diff options
| author | Igor Minar | 2012-03-07 16:17:23 -0800 |
|---|---|---|
| committer | Igor Minar | 2012-03-08 11:06:14 -0800 |
| commit | 772ddb983b06058ecfae46700641927183820a36 (patch) | |
| tree | be48ef6d1bf3a113f9d60da358bacc794b3322a1 /src/widgets.js | |
| parent | 7f6c1093f5691bee2fbddca63879d1660620bf2e (diff) | |
| download | angular.js-772ddb983b06058ecfae46700641927183820a36.tar.bz2 | |
docs(directive, module): add various missing docs and fix existing docs
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets.js b/src/widgets.js index d3b4083f..235fbc2b 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -805,7 +805,7 @@ var ngPluralizeDirective = ['$locale', '$interpolate', function($locale, $interp restrict: 'EA', link: function(scope, element, attr) { var numberExp = attr.count, - whenExp = element.attr(attr.$attr.when), // this is becaues we have {{}} in attrs + whenExp = element.attr(attr.$attr.when), // this is because we have {{}} in attrs offset = attr.offset || 0, whens = scope.$eval(whenExp), whensExpFns = {}; |
