Simonas Gildutis
Simonas Gildutis
Well I've fixed it with #47, but it's waiting to be merged. Meanwhile you can just copy paste the code in that commit or use [my fork](https://github.com/simonasdev/angular-google-places-autocomplete) as the git...
well the `strict` was `true` for me to begin with. Seems like #44 could be suffering from the same culprit
yeah, that is the last one that works for us, since 2.1.3 doesn't seem to be on npm
If anyone is looking for a quick hack to get the messages count, you can fetch the latest message with `getMessages(1)` and use the `index` property and increment it by...