support cancel operation while signing in
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / shared / alerts / alertModalFactory.js
index 3ce76c9..929f543 100644 (file)
@@ -28,7 +28,7 @@
     function raiseAlert($uibModal) {
         return function(mode, title, text) {
             $uibModal.open({
-                templateUrl: '/shared/alerts/alertModal.html',
+                templateUrl: 'testapi-ui/shared/alerts/alertModal.html',
                 controller: 'RaiseAlertModalController as alert',
                 backdrop: true,
                 keyboard: true,