File tree 3 files changed +8
-6
lines changed 3 files changed +8
-6
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- /*! angular-google-maps 2.2.0 2015-09-06
1
+ /*! angular-google-maps 2.2.1 2015-09-11
2
2
* AngularJS directives for Google Maps
3
3
* git: https://github.com/angular-ui/angular-google-maps.git
4
4
*/
Original file line number Diff line number Diff line change @@ -52,10 +52,12 @@ <h4>Parameters</h4>
52
52
</ tr > < tr >
53
53
< td > options.icon</ td >
54
54
< td > < span class ="label label-info "> expression</ span > </ td >
55
- < td > Expression returning the absolute path to an image used as the marker icon</ td >
56
- < p class ="badge badge-danger "> icon is part of options</ p >
57
- < p > example</ p >
58
- < code > $scope.options = {icon:'url/icon.png'};</ code >
55
+ < td >
56
+ < p > Expression returning the absolute path to an image used as the marker icon</ p >
57
+ < p class ="badge badge-danger "> icon is part of options</ p >
58
+ < p > example</ p >
59
+ < code > $scope.options = {icon:'url/icon.png'};</ code >
60
+ </ td >
59
61
</ tr >
60
62
< tr ng-include ="'./views/directive/partials/events.html' " ng-init ="thing='Marker' ">
61
63
</ tr >
You can’t perform that action at this time.
0 commit comments