Fix template URL.
This commit is contained in:
parent
3e287cb7f4
commit
23f414b2d5
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user