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
<p><ahref="https://ngmap.github.io">Demo</a><br><ahref="https://rawgithub.amrom.workers.dev/allenhwkim/angularjs-google-maps/master/build/docs/index.html">Documentation</a><br><ahref="https://rawgit.com/allenhwkim/angularjs-google-maps/master/testapp/street-view_road_trip.html">Road Trip By StreetView</a><br><ahref="https://rawgit.com/allenhwkim/angularjs-google-maps/master/testapp/custom-marker.html">Maps Can Talk</a> |
<li><code>$scope.map</code> is deprecated. Use <code>NgMap.getMap().then(function(map) {...})</code>
180
-
instead to get a map instance.</li>
181
-
<li><code>$scope.$on('mapInitialized', function(event, map) {..}</code> is deprecated.
182
-
Use <code>NgMap.getMap().then(function(map) {...})</code> instead to get a map instance.</li>
183
-
<li><code>$scope.showInfoWindow(id)</code> is deprecated. <code>map.showInfoWindow(id)</code> instead.
184
-
You need to get map instance usng <code>NgMap.getMap().then()</code> in advance.</li>
185
-
<li><code>map</code> tag is deprecated. Use <code>ng-map</code> tag instead</li>
181
+
<li>Implementation for Angular2 version has been started at <ahref="https://github.com/ng2-ui/ng2-map">https://github.com/ng2-ui/ng2-map</a></li>
186
182
</ul>
187
-
<p><ahref="http://ngmap.github.io">Demo</a><br><ahref="https://rawgithub.amrom.workers.dev/allenhwkim/angularjs-google-maps/master/build/docs/index.html">Documentation</a><br><ahref="https://rawgit.com/allenhwkim/angularjs-google-maps/master/testapp/street-view_road_trip.html">Road Trip By StreetView</a><br><ahref="https://rawgit.com/allenhwkim/angularjs-google-maps/master/testapp/custom-marker.html">Maps Can Talk</a> |
<p>There is already <ahref="https://github.com/nlaplante/angular-google-maps">one</a> for this. However, I found myself doing totally different approach than the existing one, such as;</p>
183
+
<h2>Background</h2><p>There is already <ahref="https://github.com/nlaplante/angular-google-maps">one</a> for this. However, I found myself doing totally different approach than the existing one, such as;</p>
190
184
<ol>
191
185
<li><p><strong>Everything in tag and attributes.</strong><br>Thus, basic users don't even have to know what Javascript is. </p>
0 commit comments