diff options
Diffstat (limited to 'src/ng/directive/ngShowHide.js')
| -rw-r--r-- | src/ng/directive/ngShowHide.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index c783f181..59312f0f 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -56,7 +56,7 @@ * **Note:** Here is a list of values that ngShow will consider as a falsy value (case insensitive):<br /> * "f" / "0" / "false" / "no" / "n" / "[]" * </div> - * + * * ## A note about animations with ngShow * * Animations in ngShow/ngHide work with the show and hide events that are triggered when the directive expression @@ -211,7 +211,7 @@ var ngShowDirective = ['$animate', function($animate) { * ``` * * Just remember to include the important flag so the CSS override will function. - * + * * <div class="alert alert-warning"> * **Note:** Here is a list of values that ngHide will consider as a falsy value (case insensitive):<br /> * "f" / "0" / "false" / "no" / "n" / "[]" |
