ang-google-maps
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "ang-google-maps", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"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.4.4", | ||
"version": "1.4.5", | ||
"description": "Module to initialize Google Maps API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,3 +60,3 @@ (function(ang, g) { | ||
function direction_factory() { | ||
function direction_factory($q, $rootScope) { | ||
var $DirectionService = new g.maps.DirectionsService, | ||
@@ -63,0 +63,0 @@ $DirectionDisplay = new g.maps.DirectionsRenderer({ |
584342