-
Notifications
You must be signed in to change notification settings - Fork 89
Support infobubble #5
Comments
Alright, so I got this working yesterday. Just by copying the directive for uiInfoWindow I was able to get it working. I could make a pull request, for this, but it takes a dependency on InfoBubble, so don't know if that would break things. Thanks for any feedback! |
Hi Dashue, Good work! Sorry for not responding earlier. So is InfoBubble a seperate file dependency from InfoWindow? As long as it doesn't error if the user doesn't want to use infobubble, it should be fine. |
Yes it is. Should the user have to include this if they want to use it or should the directive be smart enough to feature detect it and take care of it's dependency if it's needed? |
I will try to pull the source and create a pull request for the infobubble this weekend |
Sounds good! The directive should just error if the user tries to use it without infobubble dependency downloaded. But it should come bundled with ui-map, I think. |
Having trouble getting it to run. Do you understand any of this? PS F:\dev\ui-map> grunt
Running "karma:unit" (karma) task Aborted due to warnings. |
Sucks to be you right now lol. Have you tried 'npm install phantomjs -g'? if it still doesn't work after that try just pushing your code anyway and I'll take a peak. Andy Joslin On Sat, Jun 1, 2013 at 5:05 PM, Johan Nilsson [email protected]
|
It actually did pull down phantomjs, im impressed (running on windows). The only thing i´ve added is the following, and i´m currently running it on my site without any hiccups so far: app.directive('uiMapInfoBubble',
|
Just gave it another try:
Running "karma:unit" (karma) task Aborted due to warnings. Anything that pops out? I don´t seem to have a components folder, who creates that? |
I'm currently experiencing the same problem of @Dashue during installation too. Running "jshint:files" (jshint) task
Running "karma:unit" (karma) task |
Please let me know if you make any progress on this. Really too bad that we can't contribute :/ |
Bump, would really like to contribute this so as to standardize the logic being used. And possibly add on it, instead of just adding changes locally that other people won't be able to leverage |
Since google maps infowindow has a very limited set of customizations infobubble was created. https://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries
Would be awesome if support for this was added.
I would love to contribute, a bit of a beginner when it comes angular and js so would need a some pointers
The text was updated successfully, but these errors were encountered: