From 5f054ea5f4779a6d5752c09021d012e3eeaf9684 Mon Sep 17 00:00:00 2001 From: NateRedding Date: Mon, 12 May 2014 17:17:43 -0400 Subject: [PATCH] Corrected logic in ng-hide expansion example. --- src/ng/directive/ngShowHide.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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