0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
making the interface less restrictive, and allowing flexibility in how a marker defines watches. However certain watches are enforced, along with required properties. More... almost 11 years ago
-seperating functionality of a normal Marker to be inside Marker.coffee - it is following the Interface IMarker More... almost 11 years ago
- coffeescript directives.api is running with same functionality that the js only had prior More... almost 11 years ago
coffeescript compiling added to Gruntfile with some basic coffee files to compile More... almost 11 years ago
Add ignores from files created while on gh-pages-new More... almost 11 years ago
Build complete scripts More... almost 11 years ago
Merge branch 'r1-dev' of https://github.com/nlaplante/angular-google-maps.git into r1-dev More... almost 11 years ago
Merge branch 'r1-dev' of https://github.com/nlaplante/angular-google-maps.git into r1-dev More... almost 11 years ago
Merge branch 'r1-dev' of https://github.com/nlaplante/angular-google-maps.git into r1-dev More... almost 11 years ago
Replace Rails-style variable name do_show_window with correct Javascript camel case showWindow. More... almost 11 years ago
Replace Rails-style variable name do_show_window with correct Javascript camel case showWindow. More... almost 11 years ago
Merge pull request #67 from nmccready/feature/demo_issue_65
nem
More... almost 11 years ago
removed underscore requirement More... almost 11 years ago
Example showing how to tie an external list of markers to open windows of the markers on the map. More... almost 11 years ago
merging in Polyline support via ( mkyurchev ) - Add Polyline support More... almost 11 years ago
Merge pull request #60 from trafficland/feature/icon_update_without_destroy More... almost 11 years ago
closeClick needs to be tracked if you are using markers.show on a perMarker basis, especially if you are only trying to allow one Window at a time.[C More... almost 11 years ago
marker.icon is now watched via scope inside a marker directive - on value change the google.marker's icon will be set - marker will be removed from the map and then readded in the same position. More... almost 11 years ago
isIconVisibleOnClick now is a local var to. Injecting into scope in a directive is not angular apparently. More... almost 11 years ago
Merge pull request #51 from trafficland/feature/optionally_hide_marker_on_window_creation More... almost 11 years ago
-linking click on a marker by default, without the need for a window - this is needed so that a parent controller can get the click event! More... almost 11 years ago
windows now have the ability to hide or not hide markers. via window attribute isIconVisibleOnClick More... almost 11 years ago
Merge pull request #50 from trafficland/feature/dragging_etc More... almost 11 years ago
fixed comment for dragging attribute as optional More... almost 11 years ago
removed the required attribute option for dragging on the google-map directive More... almost 11 years ago
fixed animation bug - delete animate was being called on the opt object when it should be opt.animation - the fix is using animation, but to be consistent we might want to just use opt.animate everywhere. More... almost 11 years ago
- added dragging attribute to the google-map directive - this is important as to not rehash the functionality of "is dragging" that is already done in the directive controller - this is more important that knowing if the center has changed as you only want to dynamically load new markers when dragging has stopped. More... almost 11 years ago
Insert newline More... almost 11 years ago
Add some doc for the icon property More... almost 11 years ago
Merge pull request #46 from solidspark/r1-dev More... almost 11 years ago