SHARE
TWEET

Untitled

a guest Jul 21st, 2014 205 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  {{groups.length}}
  3. <!-- groups.length shows as 1 -->
  4.                  
  5.     <h2>Sites &amp; Scans
  6.       <div class="pull-right" ng-show="groups.length > 1">
  7.        
  8.         <!-- I can see "length 1" on the page. Shouldn't this be hidden?-->
  9.         {{"length " + groups.length}}
  10.         <select ng-model="group" ng-options="group for group in groups" ng-change="changeGroup()"></select>
  11.       </div>
  12.     </h2>
  13.  
  14. <!-- Surprisingly even this shows up on the page -->
  15.    <h1 ng-show="false"> Show this </h1>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top