We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfb3b1 commit a150953Copy full SHA for a150953
CHANGES.md
@@ -1,3 +1,11 @@
1
+## v1.1.0 2015-12-19
2
+ * bugfix $inject arrays for function definitions not being hoisted
3
+ * match angular.module("MyMod").component("foo", {controller: function ..})
4
+ * match angular.module("MyMod").decorator("foo", function ..)
5
+ * match $controllerProvider.register
6
+ * match $uibModal.open from angular-ui (recently renamed from $modal.open)
7
+ * ui-router declarations improvements
8
+
9
## v1.0.2 2015-07-17
10
* bugfix reference-following crash
11
0 commit comments