Guillaume

Results 77 comments of Guillaume

So if I change ``` functions: test: handler: src/handlers/test.main events: - blob: name: item path: data/{name}.json connection: BLOB_CONNECTION_STRING ``` to ``` functions: test: handler: src/handlers/test.main events: - blob: name: item...

Have you tried putting the query in the controller of the page instead of your directive? is your directive even going through the linking or not at all? sounds to...

I have the same problem, the function never runs successfully. Has anyone been able to fix this issue?

It would mean that you are calling the directive before having loaded the google places api from google. I guess I am not, which is why I didn't see this...

Anyone found a solution for this?

I create a PR #89 to fix this, but since this repo doesn't seem to be maintained, you guys can use my [fork](https://github.com/mebibou/angular-google-places-autocomplete) instead (i.e. `bower install git://github.com/mebibou/angular-google-places-autocomplete#master`) PS: after...

@basharabdullah what does it print if you do `console.log(BulmaTagsInput)`?

Actually even when I add the `is-small` class on the `tags-input`, the input it still much bigger than it should

Temporary solution: ```scss .tags-input { min-height: auto; .input { border: 0; height: initial; margin: initial; } } ```

Actually just tried to duplicate a template, and same the "Create" button remained disabled