WIP add sharing UI to addressbooks

This commit is contained in:
Tom Needham 2016-02-10 17:51:50 +00:00 committed by Thomas Müller
parent 77f1393666
commit 03cf774223
2 changed files with 1 additions and 2 deletions

View File

@ -11,4 +11,5 @@ app.controller('addressbooklistCtrl', ['$scope', 'AddressBookService', 'Settings
AddressBookService.create(ctrl.newAddressBookName);
}
};
}]);

View File

@ -21,8 +21,6 @@ app.factory('AddressBook', function()
groups: []
}
});
angular.extend(this, data);
};