I'm trying to use a bootstrap theme angularjs based in a symfony 2 project; i have a bundle with administration gui, so i have following situation:
Resources
|
|------public
| |
| |----css
| | | ...
| |
| |----js
| |---- angular.js
|
|------views
This theme use two angularjs templates (template1.html, template2.html). What is the best way to configure symfony to work with this theme?