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 d2b3a60 commit 509e0f9Copy full SHA for 509e0f9
app/views/examples/map-control/index.html
@@ -1,4 +1,9 @@
1
<div id="map_canvas" ng-controller="mainCtrl">
2
+ <style type="text/css">
3
+ .btn-warning {
4
+ background-color:#EC971F;
5
+ }
6
+ </style>
7
<script type="text/ng-template" id="control.tpl.html">
8
<button class="btn btn-sm btn-primary" ng-class="{'btn-warning': danger}" ng-click="controlClick()">{{controlText}}</button>
9
</script>
bower.json
@@ -14,7 +14,7 @@
14
"json3": "~3.2.4",
15
"jquery": "~2.1.x",
16
"es5-shim": "~2.0.8",
17
- "share-button": "=0.0.3",
+ "share-button": "git+https://github.com/carrot/share-button.git#0.0.3",
18
"bootstrap": "~3.2.0",
19
"lodash": ">=2.4.1",
20
"highlightjs": "~8.7.0",
0 commit comments