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 b855bca commit 600457aCopy full SHA for 600457a
app/index.html
@@ -63,7 +63,6 @@ <h3 class="text-muted">Docker Registry Frontend</h3>
63
<script src="bower_components/angular-touch/angular-touch.js"></script>
64
<script src="bower_components/angular-route/angular-route.js"></script>
65
<script src="bower_components/toastr/toastr.js"></script>
66
- <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
67
<!-- endbower -->
68
<!-- endbuild -->
69
bower.json
@@ -12,8 +12,7 @@
12
"angular-animate": "~1.2.0",
13
"angular-touch": "~1.2.0",
14
"angular-route": "~1.2.0",
15
- "toastr": "~2.0.3",
16
- "angular-bootstrap": "~0.11.0"
+ "toastr": "~2.0.3"
17
},
18
"devDependencies": {
19
"angular-mocks": "~1.2.0",
0 commit comments