Skip to content

Commit 600457a

Browse files
committed
bower uninstall angular-bootstrap --save
1 parent b855bca commit 600457a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ <h3 class="text-muted">Docker Registry Frontend</h3>
6363
<script src="bower_components/angular-touch/angular-touch.js"></script>
6464
<script src="bower_components/angular-route/angular-route.js"></script>
6565
<script src="bower_components/toastr/toastr.js"></script>
66-
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
6766
<!-- endbower -->
6867
<!-- endbuild -->
6968

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"angular-animate": "~1.2.0",
1313
"angular-touch": "~1.2.0",
1414
"angular-route": "~1.2.0",
15-
"toastr": "~2.0.3",
16-
"angular-bootstrap": "~0.11.0"
15+
"toastr": "~2.0.3"
1716
},
1817
"devDependencies": {
1918
"angular-mocks": "~1.2.0",

0 commit comments

Comments
 (0)