Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div class="manager_section" ng-show="data.artist.roles.name == 'Manager'">Sample Text Here</div>
  2.  
  3. <div ng-repeat="role in data.artist.roles">{{ role.name }}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement