Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created October 26, 2015 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chestozo/ee26b64e95a0caac2188 to your computer and use it in GitHub Desktop.
Save chestozo/ee26b64e95a0caac2188 to your computer and use it in GitHub Desktop.
Angular.js ng- attributes variety
<div ng-src="{{ product.images[0] }}"></div>
<div ng-class="{ active:tab === 1 }"></div>
<div ng-click="tab = 1"></div>
<div ng-include="'product-title.html'"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment