Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit b457ed9

Browse files
author
Martin Atkins
committed
Upgrade to angularcontext v0.0.17 for bugfix.
v0.0.16 had an issue where $rootElement was unavailable during bootstrap, which is problematic when there are directives present that expect to be able to use it.
1 parent 67273f1 commit b457ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "jshint -c .jshintrc lib/* tests/*"
1515
},
1616
"dependencies": {
17-
"angularcontext": "0.0.16",
17+
"angularcontext": "0.0.17",
1818
"escape-html": "1.0.0",
1919
"express": "~3.4.4"
2020
},

0 commit comments

Comments
 (0)