JustMaier / MVC5-SPA-Angular

The MVC5 SPA Template Adapted for Angular
Other
36 stars 18 forks source link

Templates missing #7

Closed ajonesgh closed 9 years ago

ajonesgh commented 9 years ago

http://spaauth.localtest.me:65489/template/popover/popover.html 404 (Not Found) http://spaauth.localtest.me:65489/template/alert/alert.html 404 (Not Found)

JustMaier commented 9 years ago

Those templates are tied to UI-Bootstrap. Can you check that anguar-ui-bootstrap.tpls is being used?

ajonesgh commented 9 years ago

I updated the BundleConfig.cs to include "~/Scripts/angular-ui/ui-bootstrap.js", "~/Scripts/angular-ui/ui-bootstrap-tpls.js",

Looks to have fixed it :)

JustMaier commented 9 years ago

Great. You should only need ui-bootstrap-tpls.js, I think the reason it was giving you issues is because since I released this the ui-bootstrap nuget package moved where the javascript files were placed.