diff options
| author | Sekib Omazic | 2014-03-08 22:04:58 +0100 |
|---|---|---|
| committer | Brian Ford | 2014-03-17 14:19:40 -0700 |
| commit | 9202767f415c86b837b6e4c97f8e99316ebcfc7d (patch) | |
| tree | c0126aeebefb5c45cfa454c375a0a850f4f62c68 | |
| parent | 7fb88698dcc1fd16767f098c633a0ef0cc9e5316 (diff) | |
| download | angular.js-9202767f415c86b837b6e4c97f8e99316ebcfc7d.tar.bz2 | |
docs(booleanAttrs): fix typo
| -rw-r--r-- | src/ng/directive/booleanAttrs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 50f118d4..e98a6103 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -277,7 +277,7 @@ * such as selected. (Their presence means true and their absence means false.) * If we put an Angular interpolation expression into such an attribute then the * binding information would be lost when the browser removes the attribute. - * The `ngSelected` directive solves this problem for the `selected` atttribute. + * The `ngSelected` directive solves this problem for the `selected` attribute. * This complementary directive is not removed by the browser and so provides * a permanent reliable place to store the binding information. * |
