Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active January 7, 2016 04:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{{'1452141766698' | date:'MM/dd/yyyy @ h:mma'}} <!-- 01/07/2016 @ 11:44AM -->
{{'Nguyen Nhat Hoang' | uppercase}} <!-- NGUYEN NHAT HOANG -->
{{'My Description' | limitTo:8}} <!-- My Descr -->
<li ng-repeat="product in store.products | limitTo:3"> <!-- Show only 3 products -->
<li ng-repeat="product in store.products | orderBy:'-price'"> <!-- Show products by descending price order -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment