Add missing Account parameter.
This commit is contained in:
parent
a045fd77d7
commit
d0fca63dd7
@ -160,7 +160,7 @@ angular.module('accountant.accounts', [
|
|||||||
}])
|
}])
|
||||||
|
|
||||||
.directive(
|
.directive(
|
||||||
'accountFormDialog', function($ngBootbox, Notification) {
|
'accountFormDialog', function(Account, $ngBootbox, Notification) {
|
||||||
return {
|
return {
|
||||||
restrict: 'A',
|
restrict: 'A',
|
||||||
scope: {
|
scope: {
|
||||||
|
Loading…
Reference in New Issue
Block a user