Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active January 7, 2016 04:57
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 codeaholicguy/9b7372e0b4441468df10 to your computer and use it in GitHub Desktop.
Save codeaholicguy/9b7372e0b4441468df10 to your computer and use it in GitHub Desktop.
{{'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