(js) Various improvements and fixes

This commit is contained in:
Francis Lachapelle
2015-11-24 15:05:32 -05:00
parent 333d279246
commit 5a5b4cc829
7 changed files with 56 additions and 34 deletions
@@ -506,7 +506,7 @@
AddressBook.prototype.$unwrap = function(futureAddressBookData) {
var _this = this;
// Expose and sesolve the promise
// Expose and resolve the promise
this.$futureAddressBookData = futureAddressBookData.then(function(data) {
return AddressBook.$timeout(function() {
// Extend AddressBook instance from data of addressbooks list.