Uri Shaked
Uri Shaked
@ReinisV actually, we have since fixed the issue with the filters not being updated when you change the locale: https://github.com/urish/angular-moment/blob/master/CHANGELOG.md#090---2015-01-11 See the note about filters being stateful by default
@ReinisV indeed, with the current version of `moment` and `angular-moment`, updating the locale does not affect existing `moment()` instances. A workaround for the current version (1.0.0-beta.4) would be: ``` js...
@ReinisV great! this will be fixed for the 1.0.0 release
hi @kaililleby , thank you for your inputs! Please see the discussion in #174, about removing the preprocessors and simplifying the API...
Feel free to send a pull request :-) If you do, please make sure to add a unit-test and update README with the new parameters. Thanks!
@MarkKerby what is the use case for that? I can't think of a case where the local time of a machine will significantly drift in comparison with the server time?
Seems like you need to install it with `bower` if you expect to find it inside `components`. When you use `npm`, it is installed inside `node_modules`, and then you will...
I still have no idea what could be causing this, have you found out why this happens? Otherwise, I'd appreciate a short plunkr example demonstrating this issue so I could...
I think it makes more sense to simply remove the `.local()` at the second location. We have the `amLocal` filter that the library users can utilize for this purpose. Any...
Thanks for the comments. The current interface for `amDifference` is already over-complicated (the filter takes up to 5 extra parameters). I would love to see somebody comes up with a...