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.
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