Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 8d509e7

Browse files
committed
chore: added bootstrap CSS to the demo
1 parent 086b06a commit 8d509e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"tests"
1616
],
1717
"dependencies": {
18-
"angular": "~1.2.6"
18+
"angular": "~1.2.6",
19+
"bootstrap-css": "~3.1.1"
1920
},
2021
"devDependencies": {
2122
"angular-mocks": "~1.2.6"

demo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Demo: cn.offCanvas</title>
6+
<link rel="stylesheet" href="bower_components/bootstrap-css/css/bootstrap.css">
67
<link rel="stylesheet" href="off-canvas.css">
78
<style>
89
.off-canvas__nav {

0 commit comments

Comments
 (0)