diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index 532c66d46bc9..66502554bd70 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -142,6 +142,7 @@ function classDirective(name, selector) { * * @animations * add - happens just before the class is applied to the element + * * remove - happens just before the class is removed from the element * * @element ANY