mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-06 17:21:33 +08:00
docs($aria): add basic missing docs for the $aria service
The individual service methods should be documented too. cc: @arbus
This commit is contained in:
@@ -45,7 +45,7 @@ var ngAriaModule = angular.module('ngAria', ['ng']).
|
||||
* Used for configuring aria attributes.
|
||||
*
|
||||
* ## Dependencies
|
||||
* Requires the {@link ngAria `ngAria`} module to be installed.
|
||||
* Requires the {@link ngAria} module to be installed.
|
||||
*/
|
||||
function $AriaProvider() {
|
||||
var config = {
|
||||
@@ -127,6 +127,17 @@ function $AriaProvider() {
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @ngdoc service
|
||||
* @name $aria
|
||||
*
|
||||
* @description
|
||||
*
|
||||
* Contains helper methods for applying aria tags to HTML
|
||||
*
|
||||
* ## Dependencies
|
||||
* Requires the {@link ngAria} module to be installed.
|
||||
*/
|
||||
this.$get = function() {
|
||||
return {
|
||||
watchExpr: watchExpr,
|
||||
|
||||
Reference in New Issue
Block a user