Add missing Account parameter.

This commit is contained in:
Alexis Lahouze 2016-07-15 16:46:27 +02:00
parent a045fd77d7
commit d0fca63dd7
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ angular.module('accountant.accounts', [
}])
.directive(
'accountFormDialog', function($ngBootbox, Notification) {
'accountFormDialog', function(Account, $ngBootbox, Notification) {
return {
restrict: 'A',
scope: {