Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <div class="col-sm-6 col-md-4 col-lg-3" ng-repeat="hab in habilities">
  2. <div class="card custom">
  3. <div class="card-block">
  4. <h4 class="card-title">{{hab.name}}</h4>
  5. {{hab.calification | toHabilitiesStar}}
  6. </div>
  7. </div>
  8. </div>
  9.  
  10. angular.module('app', ['ngSanitize'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement