diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index c281ab924822..84ef685459b1 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -187,10 +187,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