ui style for selected item in angularjs material -


on ui, have several buttons. want highlight user have tapped few seconds. there directive or style can use? or have write own?

yes, asking available in angular-material. make sure making buttons below:

    <md-button class="md-raised md-primary">zero</md-button> 

here md-button directive , class specify change , feel... md-primary, md-fab...

angular materials documentation here

md-select there in angular-material. can group buttons if want, place them in md-list , behave want. and, yes, md-menu & md-dropdown coming in next few releases.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -