From c146c5996fff5d3f23ba0aae60b0add90ab4e0be Mon Sep 17 00:00:00 2001 From: winkler1 Date: Thu, 27 Mar 2014 09:43:08 -0400 Subject: [PATCH] Update ngShowHide.js Typo 'hrml' --- src/ng/directive/ngShowHide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index fd5fa46ae40a..c281ab924822 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -185,7 +185,7 @@ var ngShowDirective = ['$animate', function($animate) { * in AngularJS and sets the display style to none (using an !important flag). * For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}). * - * ```hrml + * ```html * *
*