You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have a problem using angular-ui when templates are involved. I use symfony2 as my php framework and angularjs for frontend stuff.
E.g. when I use the dialog I get:
mypage.com/template/dialog/message.html 404 not found
The problem obviously is that angular ui performs a get request for the template. This request seems to be routed to php and fails because there is no such template in the project file system. I use ui-bootstrap-tpls-0.5.0.min.js.