Skip to content

Commit 7e46606

Browse files
committed
Add AngularJS dependency.
1 parent cf7a762 commit 7e46606

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.1
2+
3+
* Add AngularJS dependency.
4+
15
# 1.0.0
26

37
* Initial release.

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bind-html-compile",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"authors": [
55
"Perry Roper <perryroper@gmail.com>"
66
],
@@ -12,5 +12,8 @@
1212
"bower_components",
1313
"test",
1414
"tests"
15-
]
15+
],
16+
"dependencies": {
17+
"angular": "~1.2"
18+
}
1619
}

0 commit comments

Comments
 (0)