diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index 00f697a34..b8ae69828 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -173,10 +173,10 @@ var ngShowDirective = ['$animate', function($animate) { * * ```html * - *
+ *
* * - *
+ *
* ``` * * When the ngHide expression evaluates to true then the .ng-hide CSS class is added to the class attribute