Skip to content

Commit ca97236

Browse files
committed
Updates
1 parent 107f4fc commit ca97236

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

changelog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vendor/scripts/angular-google-maps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.2.0 2015-09-06
1+
/*! angular-google-maps 2.2.1 2015-09-11
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/

views/directive/marker.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ <h4>Parameters</h4>
5252
</tr><tr>
5353
<td>options.icon</td>
5454
<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>
5961
</tr>
6062
<tr ng-include="'./views/directive/partials/events.html'" ng-init="thing='Marker'">
6163
</tr>

0 commit comments

Comments
 (0)