Fix template URL.

This commit is contained in:
Alexis Lahouze 2017-06-10 20:46:41 +02:00
parent 3e287cb7f4
commit 23f414b2d5
1 changed files with 1 additions and 1 deletions

View File

@ -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: {