ng-time-relative icon indicating copy to clipboard operation
ng-time-relative copied to clipboard

Directive making date elements display time relatively

Results 2 ng-time-relative issues
Sort by recently updated
recently updated
newest added

The format for "nextWeek" is listed as "Next dddd, LT" As a result, when moment#calendar is called, the result comes out like: N61231501401312000t Saturday, 8:00am Because the "Next" is being...

I created an issue for this, but here's the fix. The next Week format string needs to make sure [Next] is a literal and not parsed into separate format tags.