diff --git a/src/js/operations.js b/src/js/operations.js index 4c165d2..ecae09c 100644 --- a/src/js/operations.js +++ b/src/js/operations.js @@ -529,7 +529,7 @@ var operationModule = angular.module('accountant.operations', [ $ngBootbox.customDialog({ scope: scope, title: title, - templateUrl: 'views/operation.form.tmpl.html', + templateUrl: '/views/operation.form.tmpl.html', onEscape: true, buttons: { save: {