- {{groups.length}}
- <!-- groups.length shows as 1 -->
- <h2>Sites & Scans
- <div class="pull-right" ng-show="groups.length > 1">
- <!-- I can see "length 1" on the page. Shouldn't this be hidden?-->
- {{"length " + groups.length}}
- <select ng-model="group" ng-options="group for group in groups" ng-change="changeGroup()"></select>
- </div>
- </h2>
- <!-- Surprisingly even this shows up on the page -->
- <h1 ng-show="false"> Show this </h1>
SHARE
TWEET
Untitled
a guest
Jul 21st, 2014
205
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.

