Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Last active August 29, 2015 14:02
Show Gist options
  • Save aaronfrost/37bc63be58101e15d1f6 to your computer and use it in GitHub Desktop.
Save aaronfrost/37bc63be58101e15d1f6 to your computer and use it in GitHub Desktop.
an example of bad ng-classing
.item{
background-color:white;
color:black;
}
.item:hover{
background-color:black;
color:white;
}
<div class="item">
<span>{{item.desc}}</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment