fix on note delete, select first

This commit is contained in:
Mo Bitar
2017-03-01 17:44:20 -06:00
parent 86c0ce3b9f
commit f7f0522f70
5 changed files with 12 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ angular.module('app.frontend')
}.bind(this))
.catch(function(response){
console.log("Registration error", response);
callback(null);
callback(response.data);
})
}.bind(this));
}