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