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 deafb5e commit bf2c55eCopy full SHA for bf2c55e
src/ngAria/aria.js
@@ -45,7 +45,7 @@ var ngAriaModule = angular.module('ngAria', ['ng']).
45
* Used for configuring aria attributes.
46
*
47
* ## Dependencies
48
- * Requires the {@link ngAria `ngAria`} module to be installed.
+ * Requires the {@link ngAria} module to be installed.
49
*/
50
function $AriaProvider() {
51
var config = {
@@ -127,6 +127,17 @@ function $AriaProvider() {
127
};
128
}
129
130
+ /**
131
+ * @ngdoc service
132
+ * @name $aria
133
+ *
134
+ * @description
135
136
+ * Contains helper methods for applying aria tags to HTML
137
138
+ * ## Dependencies
139
140
+ */
141
this.$get = function() {
142
return {
143
watchExpr: watchExpr,
0 commit comments