Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {% extends "::base.html.twig" %}
  2.  
  3.  
  4. {% block body %}
  5. <div ng-app>
  6. <label>Name:</label>
  7. <input type="text" ng-model="yourName" placeholder="Enter a name here">
  8.  
  9. <hr>
  10. </div>
  11.  
  12. {% endblock %}
  13.  
  14. {% block javascripts %}
  15. {% javascripts output='js/main.js' debug=false
  16. 'bundles/acmesqltest/js/angular.min.js' -%}
  17. <script src="{{ asset_url }}"></script>
  18. {% endjavascripts %}
  19. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement