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 has been archived by the owner on May 29, 2019. It is now read-only.
"It should be noted that the -tpls files contain the templates bundled in JavaScript, while the regular version does not contain the bundled templates." https://angular-ui.github.io/bootstrap/
You forgot to include ui-bootstrap-tpls.min.js file in your index.html or whatever loads your application.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description:
I've added ui-bootstrap to an angular 1.x project and getting this error when I want to open a modal form
[$compile:tpload] Failed to load template: uib/template/modal/window.html (HTTP status: 404 Not Found)
I've used ui-bootstrap before and always it worked well but in my new project I have problem with it.
the code is like :
$uibModal.open({ backdrop: 'static', templateUrl: 'DesktopModules/' + window.GLOB.moduleFolderName + '/app/form/form.html', controller: 'requestCtrl', size: 'sm', scope: $scope });
angular ver : v1.5.8
UIBS: v2.2.0
Bootstrap: v3.3.7
The text was updated successfully, but these errors were encountered: