File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
It guarantees that angular-google-maps does not begin processing any directives until all of the Google Maps SDK is fully ready!
9
9
</ li >
10
10
</ ul >
11
+
12
+ < div class ="alert alert-info ">
13
+ < code > uiGmapGoogleMapApi</ code > (< em > this service</ em > ) should not be used to wait for directives to finish
14
+ augmenting < code > control</ code > objects. The < code > uiGmapIsReady</ code > service should be used instead.
15
+ </ div >
16
+
11
17
To utilize this provider you must load it and configure it properly. Please note the
12
18
< a href ="https://github.com/angular-ui/angular-google-maps/blob/develop/src/coffee/providers/map-loader.coffee#L31-L50 "> defaults</ a > !
13
19
Original file line number Diff line number Diff line change 13
13
</ li >
14
14
</ ul >
15
15
16
+ < div class ="alert alert-info ">
17
+ The < code > uiGmapGoogleMapApi</ code > service should not be used to wait for directives to finish
18
+ augmenting < code > control</ code > objects. < code > uiGmapIsReady</ code > (< em > this service</ em > ) should be used instead.
19
+ </ div >
20
+
16
21
< a href ="https://github.com/angular-ui/angular-google-maps/blob/develop/src/coffee/directives/api/utils/is-ready.coffee "> source code</ a >
17
22
18
23
< div hljs language ="js ">
You can’t perform that action at this time.
0 commit comments