Open AlexZhidkov opened 10 years ago
https://github.com/urish/angular-moment
$scope.timediff = function(start, end){ return moment.utc(moment(task.end.diff(moment(task.start))).format("mm") }
https://github.com/urish/angular-moment
$scope.timediff = function(start, end){ return moment.utc(moment(task.end.diff(moment(task.start))).format("mm") }