Skip to content

Commit

Permalink
Added Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeDestroyer committed Jan 19, 2015
1 parent 1236bf0 commit 6165380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"ngstorage": "~0.3.0",
"lodash": "~2.4.1",
"angular-mocks": "~1.3.9",
"angular-bootstrap": "~0.12.0"
"angular-bootstrap": "~0.12.0",
"bootstrap": "~3.3.1"
},
"resolutions": {
"angular": "1.3.6"
Expand Down
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href="lib/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="lib/angular/angular-csp.css" />
<title>Arete</title>
Expand Down

0 comments on commit 6165380

Please sign in to comment.