Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!doctype html>
  2. <html ng-app="template">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>template</title>
  6. <meta name="description" content="">
  7. <meta name="viewport" content="width=device-width">
  8. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  9.  
  10. <!-- build:css({.tmp/serve,src}) styles/vendor.css -->
  11. <!-- bower:css -->
  12. <!-- run `gulp inject` to automatically populate bower styles dependencies -->
  13. <!-- endbower -->
  14. <!-- endbuild -->
  15.  
  16. <!-- build:css({.tmp/serve,src}) styles/app.css -->
  17. <!-- inject:css -->
  18. <!-- css files will be automatically insert here -->
  19. <!-- endinject -->
  20. <!-- endbuild -->
  21. </head>
  22. <body>
  23. <!--[if lt IE 10]>
  24. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  25. <![endif]-->
  26.  
  27. <div ui-view></div>
  28.  
  29. <!-- build:js(src) scripts/vendor.js -->
  30. <!-- bower:js -->
  31. <!-- run `gulp inject` to automatically populate bower script dependencies -->
  32. <!-- endbower -->
  33. <!-- endbuild -->
  34.  
  35. <!-- build:js({.tmp/serve,.tmp/partials,src}) scripts/app.js -->
  36. <!-- inject:js -->
  37. <!-- js files will be automatically insert here -->
  38. <!-- endinject -->
  39.  
  40. <!-- inject:partials -->
  41. <!-- angular templates will be automatically converted in js and inserted here -->
  42. <!-- endinject -->
  43. <!-- endbuild -->
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement