Skip to content

Commit 8a6fd85

Browse files
authored
Update README.md
1 parent dd4b047 commit 8a6fd85

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ GoogleMap AngularJS Directive
66

77
IMPORTANT NOTICE
88
-----------------
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)
1710

1811
[Demo](https://ngmap.github.io)
1912
[Documentation](https://rawgithub.amrom.workers.dev/allenhwkim/angularjs-google-maps/master/build/docs/index.html)

0 commit comments

Comments
 (0)