From fbab287ea25c5a3d4853c09a8f2dac37ea68d396 Mon Sep 17 00:00:00 2001 From: winkler1 Date: Thu, 27 Mar 2014 09:43:08 -0400 Subject: [PATCH] docs(ngShowHide): fix typo 'hrml' -> 'html' Typo 'hrml' Oops! Closes #6874 --- 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 59312f0f..00f697a3 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -171,7 +171,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 * *
*