We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee3afd commit c5140a2Copy full SHA for c5140a2
app/views/directive/marker.html
@@ -53,10 +53,12 @@ <h4>Parameters</h4>
53
<tr>
54
<td>options.icon</td>
55
<td><span class="label label-info">expression</span></td>
56
- <td>Expression returning the absolute path to an image used as the marker icon</td>
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>
+ <td>
+ <p>Expression returning the absolute path to an image used as the marker icon</p>
+ <p class="badge badge-danger">icon is part of options</p>
+ <p>example</p>
60
+ <code>$scope.options = {icon:'url/icon.png'};</code>
61
+ </td>
62
</tr>
63
<tr ng-include="'./views/directive/partials/events.html'" ng-init="thing='Marker'">
64
0 commit comments