docs(ngSwitch): fix minor typo

Closes #3993
This commit is contained in:
Daniel Tse 2013-09-13 13:19:01 +10:00 committed by Pete Bacon Darwin
parent 1b5217b1d6
commit da3dc5c5fe

View file

@ -20,7 +20,7 @@
* attribute is displayed. * attribute is displayed.
* *
* @animations * @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 * leave - happens just after the ngSwitch contents change and just before the former contents are removed from the DOM
* *
* @usage * @usage