diff options
| author | Igor Minar | 2012-03-12 21:30:03 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-12 23:04:12 -0700 |
| commit | afe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch) | |
| tree | 49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/directive/ngPluralize.js | |
| parent | f59e4b11f11261c234a821db67088f0de88a2852 (diff) | |
| download | angular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a407.tar.bz2 | |
docs(*): renaming incorrect widget references to control or directive
Diffstat (limited to 'src/directive/ngPluralize.js')
| -rw-r--r-- | src/directive/ngPluralize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/ngPluralize.js b/src/directive/ngPluralize.js index d462909d..a8cc40a6 100644 --- a/src/directive/ngPluralize.js +++ b/src/directive/ngPluralize.js @@ -7,7 +7,7 @@ * * @description * # Overview - * ng-pluralize is a widget that displays messages according to en-US localization rules. + * ng-pluralize is a directive that displays messages according to en-US localization rules. * These rules are bundled with angular.js and the rules can be overridden * (see {@link guide/dev_guide.i18n Angular i18n} dev guide). You configure ng-pluralize by * specifying the mappings between |
