Add missing semicolon.

This commit is contained in:
Alexis Lahouze 2015-08-20 11:40:30 +02:00
parent 499fc2c275
commit 7840cfc4ad
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ accountantApp
operation = angular.merge(operation, $data);
}
var promise = operation.$save()
var promise = operation.$save();
if(operation == $scope.inserted) {
promise = promise.then(function(data) {