diff options
| author | Daniel Tse | 2013-09-13 13:19:01 +1000 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-13 21:56:53 +0100 |
| commit | da3dc5c5fe4d7ea3c174f0df98f2aaa282eefef2 (patch) | |
| tree | cde8f84678725c923013ca82b0913c0671d32e8c /src/ng/directive/ngSwitch.js | |
| parent | 1b5217b1d6618d95b104dbfb402bd734cf9a68c4 (diff) | |
| download | angular.js-da3dc5c5fe4d7ea3c174f0df98f2aaa282eefef2.tar.bz2 | |
docs(ngSwitch): fix minor typo
Closes #3993
Diffstat (limited to 'src/ng/directive/ngSwitch.js')
| -rw-r--r-- | src/ng/directive/ngSwitch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 1ddf90fb..34f571ce 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -20,7 +20,7 @@ * attribute is displayed. * * @animations - * enter - happens after the ngSwtich contents change and the matched child element is placed inside the container + * enter - happens after the ngSwitch contents change and the matched child element is placed inside the container * leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM * * @usage |
