Created
July 3, 2014 19:56
-
-
Save mmirolim/f096eb82a80285653e97 to your computer and use it in GitHub Desktop.
Order tasks by createdAt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng-repeat="task in tasks | orderBy: '-createdAt'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment