Fix template URL.
This commit is contained in:
parent
3e287cb7f4
commit
23f414b2d5
@ -529,7 +529,7 @@ var operationModule = angular.module('accountant.operations', [
|
|||||||
$ngBootbox.customDialog({
|
$ngBootbox.customDialog({
|
||||||
scope: scope,
|
scope: scope,
|
||||||
title: title,
|
title: title,
|
||||||
templateUrl: 'views/operation.form.tmpl.html',
|
templateUrl: '/views/operation.form.tmpl.html',
|
||||||
onEscape: true,
|
onEscape: true,
|
||||||
buttons: {
|
buttons: {
|
||||||
save: {
|
save: {
|
||||||
|
Loading…
Reference in New Issue
Block a user