angular-moment
angular-moment copied to clipboard
Moment.JS directives for Angular.JS (timeago and more)
Getting following whitesource security issue - The moment module before 2.19.3 for Node.js is prone to a regular expression denial of service via a crafted date string, a different vulnerability...
I want to display the amDifference in HH:mm:ss format, but its not working. Can anybody help me with the proper syntax? `{{recentItem.booking_time | amDifference: today:'seconds' }} // working perfect` But...
You need to bump the version release number for the package managers to pick up the difference in your `AngularJS` version handling.
Refresh the starting point of the logic on attribute change
Is there any option show the date after 24hr?
Hey, I used `moment` before (without AngularJs) and I used the `isSameOrBefore()` function and It works, but when I use Angular-moment module it raise this error : `$scope.moment_var.isSameOrBefor is not...
I'm having issues configuring a locale change. First, I'm setting the locale to english in my angular.module.config and immediately setting the relative time object as I need: ``` moment.locale('en', {...
Update the locale value when locale is changed.
This PR adds support for display formatting in the duration filter : it adds a 3rd parameter to choose the formatting, following the Moment.js docs. It also adds PhantomJS as...