[sdc] update to the current code base
[sdc.git] / catalog-ui / src / app / view-models / admin-dashboard / category-management / category-management-view-model.ts
index ba390c4..6155825 100644 (file)
@@ -98,7 +98,7 @@ export class CategoryManagementViewModel {
             };
 
             let modalOptions:ng.ui.bootstrap.IModalSettings = {
-                template: 'src/app/view-models/admin-dashboard/add-category-modal/add-category-modal-view.html',
+                templateUrl: '../add-category-modal/add-category-modal-view.html',
                 controller: 'Sdc.ViewModels.AddCategoryModalViewModel',
                 size: 'sdc-xsm',
                 backdrop: 'static',