sogo/UI/WebServerResources/js/Contacts
Francis Lachapelle 730b803ad6 (js) Replace vs-repeat by md-virtual-repeat
There're some issues with mdVirtualRepeat that required some changes to
our app:

1. Having multiple directives with md-virtual-repeat doesn't work well.
That why I added a dedicated div for the md-virtual-repeat directive.
2. ui-sref-active doesn't work well for child nodes of the
md-virtual-repeat element. The class was applied repetitively to a
visible child. I now save which message or card is selected and use the
ng-class directive to highlight the selected list item.
2015-07-15 13:44:17 -04:00
..
AddressBook.service.js (js) Make use of 'controllerAs' in Contacts module 2015-06-12 12:03:56 -04:00
AddressBookController.js (js) Replace vs-repeat by md-virtual-repeat 2015-07-15 13:44:17 -04:00
AddressBooksController.js (js) Remove unused dependency on $q in controllers 2015-07-03 21:44:28 -04:00
Card.service.js (js) Minor JavaScript improvements 2015-07-01 15:21:22 -04:00
CardController.js (js) Make use of 'controllerAs' in Contacts module 2015-06-12 12:03:56 -04:00
sgAddress.directive.js (js) New file structure for Angular modules 2015-06-12 12:01:21 -04:00