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 cf7a762 commit 7e46606Copy full SHA for 7e46606
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.1
2
+
3
+* Add AngularJS dependency.
4
5
# 1.0.0
6
7
* Initial release.
bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-bind-html-compile",
- "version": "1.0.0",
+ "version": "1.0.1",
"authors": [
"Perry Roper <perryroper@gmail.com>"
],
@@ -12,5 +12,8 @@
12
"bower_components",
13
"test",
14
"tests"
15
- ]
+ ],
16
+ "dependencies": {
17
+ "angular": "~1.2"
18
+ }
19
}
0 commit comments