angular-ui / bootstrap-bower

This is a bower repository to hold Angular UI Bootstrap releases.
http://angular-ui.github.com/bootstrap/
158 stars 326 forks source link

install does not include templates #48

Closed mattuuh7 closed 9 years ago

mattuuh7 commented 9 years ago

after the installation, loading the modules failed because cannot find the templates. I did have the ui-bootstrap-tpls.min.js included

 GET http://127.0.0.1:8000/template/modal/window.html 404 (File not found)
angular.js:10140 Error: [$compile:tpload] Failed to load template: template/modal/window.html
http://errors.angularjs.org/1.2.29-build.590+sha.e81b2f7/$compile/tpload?p0=template%2Fmodal%2Fwindow.html
    at VALIDITY_STATE_PROPERTY (angular.js:78)
    at angular.js:6969
    at angular.js:8187
goldcaddy77 commented 9 years ago

@mattuuh7, did you try referencing the file under bower_components/angular-bootstrap/ui-bootstrap-tpls.js?

rgnevashev commented 9 years ago

in bower.json : pls replace "main": ["./ui-bootstrap-tpls.js"], to "main": ["./ui-bootstrap-tpls.js","./ui-bootstrap.js"], I do not always want to use "overrides"

goldcaddy77 commented 9 years ago

@rgnevashev - ui-bootstrap-tpls.js includes everything in ui-bootstrap.js already.

rgnevashev commented 9 years ago

ok, thx for helping.

goldcaddy77 commented 9 years ago

No problem.