Fix function name.
This commit is contained in:
parent
50a192dbec
commit
0cdad8a554
@ -316,7 +316,7 @@ accountantApp
|
||||
/*
|
||||
* Add a new operation.
|
||||
*/
|
||||
$scope.addOperation = function() {
|
||||
$scope.add = function() {
|
||||
var operation = new Operation({
|
||||
account_id: $routeParams.accountId
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user