Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. icons: {
  2. src: "html5.gif",
  3. src2: "../images/html5.gif",
  4. src3: "../images/html5.gif",
  5. src4: "../images/html5.gif"
  6. }
  7.  
  8. <img class="introductionIcon" ng-repeat="i in skill.icons" ng-src="{{i}}">
  9.  
  10. <img class="introductionIcon ng-scope" ng-repeat="i in skill.icons" ng-src="../images/html5.gif" src="../images/html5.gif">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement