SHARE
TWEET

Untitled

a guest Dec 17th, 2014 2 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div ng-controller="IdeasCtrl">
  2.     <div ng-repeat="idea in ideas">
  3.         <li>{{idea.title}}</li>  
  4.         <li>{{idea.url}}</li>
  5.         <li ng-repeat="count in urlcount">{{count}}</li>
  6.     </div>
  7. </div>
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