Skip to content

Commit 5a020c6

Browse files
committed
Rename center properties to go inline with merge request angular-ui#26
1 parent aa783db commit 5a020c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example-controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function ExampleController ($scope) {
99

1010
/** the initial center of the map */
1111
centerProperty: {
12-
lat: 45,
13-
lng: -73
12+
latitude: 45,
13+
longitude: -73
1414
},
1515

1616
/** the initial zoom level of the map */

0 commit comments

Comments
 (0)