An AngularJS directive for moment.js duration
npm install angular-moment-durationangular-moment-duration
=======================
An AngularJS directive to modify moment.js duration objects
- AngularJS
- moment.js
You can use Bower or npm to install this directive.
bower install angular-moment-duration
npm install angular-moment-duration
Add the module as a dependency to your application module:
var myAppModule = angular.module('MyApp', ['ui.moment-duration'])
The directives expects a moment.duration() object as ng-model
Please have look in the demo folder for a working demonstration.