Skip to content

Commit 26d388c

Browse files
getMapController
1 parent 36eabca commit 26d388c

File tree

4 files changed

+3336
-2
lines changed

4 files changed

+3336
-2
lines changed

build/scripts/ng-map.debug.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,6 +3043,15 @@ angular.module('ngMap', []);
30433043
}
30443044
};
30453045

3046+
/**
3047+
* @memberof NgMap
3048+
* @function getMapController
3049+
* @param {Int} index
3050+
*/
3051+
var getMapController = function(index) {
3052+
return mapControllers[index];
3053+
};
3054+
30463055
/**
30473056
* @memberof NgMap
30483057
* @function deleteMap
@@ -3204,6 +3213,7 @@ angular.module('ngMap', []);
32043213
return {
32053214
defaultOptions: defaultOptions,
32063215
addMap: addMap,
3216+
getMapController: getMapController,
32073217
deleteMap: deleteMap,
32083218
getMap: getMap,
32093219
initMap: initMap,

build/scripts/ng-map.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,6 +3050,15 @@ angular.module('ngMap', []);
30503050
}
30513051
};
30523052

3053+
/**
3054+
* @memberof NgMap
3055+
* @function getMapController
3056+
* @param {Int} index
3057+
*/
3058+
var getMapController = function(index) {
3059+
return mapControllers[index];
3060+
};
3061+
30533062
/**
30543063
* @memberof NgMap
30553064
* @function deleteMap
@@ -3211,6 +3220,7 @@ angular.module('ngMap', []);
32113220
return {
32123221
defaultOptions: defaultOptions,
32133222
addMap: addMap,
3223+
getMapController: getMapController,
32143224
deleteMap: deleteMap,
32153225
getMap: getMap,
32163226
initMap: initMap,

build/scripts/ng-map.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)