Uri Shaked
Uri Shaked
Works like a charm. I use [patch-package](https://www.npmjs.com/package/patch-package) with the following patch file as a workaround for now: ```patch diff --git a/node_modules/chrome-aws-lambda/build/index.js b/node_modules/chrome-aws-lambda/build/index.js index f78e183..599af55 100644 --- a/node_modules/chrome-aws-lambda/build/index.js +++ b/node_modules/chrome-aws-lambda/build/index.js @@...
Would be nice indeed. Is there any proposed way to achieve this automatically?
Thanks, the library does not deal with this. One way you can achieve this is by manually querying the AngularJS injector from within the loaded script files: ``` var myService...
@hags37 Perhaps you can create a small plunkr/pull request with an example, for the benefit of future users? We can then put it into an 'examples' directory inside the repository......
done, released as 1.3.0
Sorry Paul, I haven't had a chance to look at it yet
Hi, any chance you can help by sending a Pull Request with these documentation updates?
It should be handled by [`preprocessDate()`](https://github.com/urish/angular-moment/blob/master/angular-moment.js#L408), which is called by `amDateFormat`
Sounds like it could be a regression. The change was introduced in commit 4f3010b34058d90a093137e5a9b359e1a140670c. Any chance you can create a regression test case (a [unit test](https://github.com/urish/angular-moment/blob/master/tests.js) case that passed in...
Thank you!