angular/material-start

Wrong contact is highlighted after clicking

sasrar opened this issue · 3 comments

After clicking on a contact and then clicking on a different contact the previously selected contact is highlighted gray.

image

I'm experiencing this problem aswell, any news on this?

html:
transfrom
<md-sidenav md-is-locked-open="$mdMedia('gt-sm')" md-component-id="left" ng-click="ul.toggleList()">
to
<md-sidenav md-is-locked-open="$mdMedia('gt-sm')" md-component-id="left" ng-click="ul.closeList()">
js:
self.closeList = closeUsersList; function closeUsersList() { $mdSidenav('left').close(); }
i am just a beginner of Javascirpt
i don't know why this change can solve this issue, anyone know why?

Not an issue on the es6 and es6-tutorial branches.

es6 is now the default branch.