Skip to content

Commit 41231ad

Browse files
committed
update adf to v0.5.1
1 parent 2190f58 commit 41231ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"angular": "1.2.25",
55
"angular-route": "1.2.25",
6-
"angular-dashboard-framework": "0.3.2"
6+
"angular-dashboard-framework": "0.5.1"
77
},
88
"resolutions": {
99
"angular": "1.2.25"

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<script type="text/javascript" src="components/jquery-ui/ui/minified/jquery.ui.mouse.min.js"></script>
9898
<script type="text/javascript" src="components/jquery-ui/ui/minified/jquery.ui.sortable.min.js"></script>
9999
<script type="text/javascript" src="components/angular/angular.min.js"></script>
100+
<script type="text/javascript" src="components/angular-ui-sortable/sortable.min.js"></script>
100101
<script type="text/javascript" src="components/angular-route/angular-route.min.js"></script>
101102
<script type="text/javascript" src="components/angular-bootstrap/ui-bootstrap.min.js"></script>
102103
<script type="text/javascript" src="components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>

0 commit comments

Comments
 (0)