diff options
| author | BrainCrumbz | 2013-10-22 23:58:59 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 22:16:35 +0100 | 
| commit | 9bf9c236cf5364ed7bfe01b770444eb9c3ef5450 (patch) | |
| tree | 0412cb8d4c9789097f695d37f127c26cd56d1e52 /src/ng/compile.js | |
| parent | 28bf357553aeeea695c8eefd0fa133bb945a853f (diff) | |
| download | angular.js-9bf9c236cf5364ed7bfe01b770444eb9c3ef5450.tar.bz2 | |
docs(compile): fix typo in 'Attributes' description
Closes #4589
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/compile.js b/src/ng/compile.js index e6300f15..f0b7ba9e 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1824,7 +1824,7 @@ function directiveNormalize(name) {   *   * @description   * A shared object between directive compile / linking functions which contains normalized DOM - * element attributes. The the values reflect current binding state `{{ }}`. The normalization is + * element attributes. The values reflect current binding state `{{ }}`. The normalization is   * needed since all of these are treated as equivalent in Angular:   *   *    <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a"> | 
