Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit ff800ec

Browse files
committed
Merge pull request #2 from bddppq/master
remove angular-websocket(unused)
2 parents 150601a + e5e4248 commit ff800ec

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

public/bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"tests"
1515
],
1616
"dependencies": {
17-
"angularjs": "~1.4.4",
18-
"ng-notify": "~0.6.3",
1917
"angular-scroll": "~0.7.2",
18+
"angularjs": "~1.4.4",
19+
"angularjs-humanize": "~0.0.1",
20+
"bootstrap": "~3.3.5",
2021
"bootstrap-switch": "~3.3.2",
2122
"jquery": "~2.1.4",
22-
"bootstrap": "~3.3.5",
23-
"angularjs-humanize": "~0.0.1"
23+
"ng-notify": "~0.6.3"
2424
}
2525
}

templates/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<script src="/bower_components/angular-scroll/angular-scroll.min.js"></script>
1717
<script src="/bower_components/humanize/humanize.js"></script>
1818
<script src="/bower_components/angularjs-humanize/src/angular-humanize.js"></script>
19-
<script src="/bower_components/angular-websocket/angular-websocket.js"></script>
2019
<!--
2120
<link href="http://apps.bdimg.com/libs/bootstrap-glyphicons/1.0/css/bootstrap-glyphicons.css" rel="stylesheet">
2221
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>

0 commit comments

Comments
 (0)