Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script type="text/javascript" var counter = 0;></script>
  2.  
  3. Then come my important code :
  4. <div class= "col-md-4" ng-repeat="coffeedata in coffecataloge">
  5. <img id="product-images" style="margin-top:20px;margin-left:30px;width:50px;height:50px"/>
  6. <script type="text/javascript" >
  7. counter += 1;
  8. </script>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement