ang-google-maps
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "ang-google-maps", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"homepage": "https://github.com/khalednobani/ang-google-maps", | ||
@@ -5,0 +5,0 @@ "description": "Initialise Google Maps, Set Location, Drop Pins, Get Connected Routes between the current location and the destination.", |
{ | ||
"name": "ang-google-maps", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Module to initialize Google Maps API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -560,3 +560,3 @@ (function(ang, g) { | ||
}), | ||
model = { name: options['name'] }; | ||
model = { name: options['name'], marker: $Marker }; | ||
@@ -563,0 +563,0 @@ if (!$Marker.position) throw new Error("Ops, the position is not being passed") |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
568890