More WIP. Added angular-bootstrap & sharee discovery

This commit is contained in:
Tom Needham 2016-02-10 20:31:04 +00:00 committed by Thomas Müller
parent 03cf774223
commit 719840fdd6
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
span.addressbooklist-icon {
display: inline-block;
}
.contactdetails__header {
height: 100px;
padding-left: 30px;

View File

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

View File

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

View File

@ -15,7 +15,6 @@
</span>
</span>
</span>
<div class="addressBookShares" ng-show="ctrl.addressBook.editingShares">
<i ng-show="loadingSharees" class="glyphicon glyphicon-refresh"></i>
<input