Skip to content

Commit bf2c55e

Browse files
docs($aria): add basic missing docs for the $aria service
The individual service methods should be documented too. cc: @arbus
1 parent deafb5e commit bf2c55e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/ngAria/aria.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var ngAriaModule = angular.module('ngAria', ['ng']).
4545
* Used for configuring aria attributes.
4646
*
4747
* ## Dependencies
48-
* Requires the {@link ngAria `ngAria`} module to be installed.
48+
* Requires the {@link ngAria} module to be installed.
4949
*/
5050
function $AriaProvider() {
5151
var config = {
@@ -127,6 +127,17 @@ function $AriaProvider() {
127127
};
128128
}
129129

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+
* Requires the {@link ngAria} module to be installed.
140+
*/
130141
this.$get = function() {
131142
return {
132143
watchExpr: watchExpr,

0 commit comments

Comments
 (0)