From 23f414b2d50781ba26a2e5f5f588397a456ffcdf Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 10 Jun 2017 20:46:41 +0200 Subject: [PATCH] Fix template URL. --- src/js/operations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {