You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,7 @@ GoogleMap AngularJS Directive
6
6
7
7
IMPORTANT NOTICE
8
8
-----------------
9
-
10
-
-`$scope.map` is deprecated. Use `NgMap.getMap().then(function(map) {...})`
11
-
instead to get a map instance.
12
-
-`$scope.$on('mapInitialized', function(event, map) {..}` is deprecated.
13
-
Use `NgMap.getMap().then(function(map) {...})` instead to get a map instance.
14
-
-`$scope.showInfoWindow(id)` is deprecated. `map.showInfoWindow(id)` instead.
15
-
You need to get map instance usng `NgMap.getMap().then()` in advance.
16
-
-`map` tag is deprecated. Use `ng-map` tag instead
9
+
- Implementation for Angular2 version has been started at [https://github.com/jsvalley/ng2-map](https://github.com/jsvalley/ng2-map)
0 commit comments