Fix function name.

This commit is contained in:
Alexis Lahouze 2015-08-21 01:25:48 +02:00
parent 50a192dbec
commit 0cdad8a554
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ accountantApp
/*
* Add a new operation.
*/
$scope.addOperation = function() {
$scope.add = function() {
var operation = new Operation({
account_id: $routeParams.accountId
});