Skip to content

Commit 509e0f9

Browse files
author
Josué Pech
committed
Updated share-button dep and map-control example
1 parent d2b3a60 commit 509e0f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/views/examples/map-control/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<div id="map_canvas" ng-controller="mainCtrl">
2+
<style type="text/css">
3+
.btn-warning {
4+
background-color:#EC971F;
5+
}
6+
</style>
27
<script type="text/ng-template" id="control.tpl.html">
38
<button class="btn btn-sm btn-primary" ng-class="{'btn-warning': danger}" ng-click="controlClick()">{{controlText}}</button>
49
</script>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"json3": "~3.2.4",
1515
"jquery": "~2.1.x",
1616
"es5-shim": "~2.0.8",
17-
"share-button": "=0.0.3",
17+
"share-button": "git+https://github.com/carrot/share-button.git#0.0.3",
1818
"bootstrap": "~3.2.0",
1919
"lodash": ">=2.4.1",
2020
"highlightjs": "~8.7.0",

0 commit comments

Comments
 (0)