npm install angular-momentjsMoment.js with Angular.js
#How do I add this to my project?
You can download angular-momentjs by:
* (preferred) Using bower and running bower install angular-momentjs --save
* Using npm and running npm install angular-momentjs --save
* Downloading it manually by clicking here to download development unminified version
#Example usage
```html
{{ time }}
or
{{ anotherTime }}
```