docs(ngShowHide): fix typo 'hrml' -> 'html'

Typo 'hrml'

Oops!

Closes #6874
This commit is contained in:
winkler1
2014-03-27 09:43:08 -04:00
committed by Caitlin Potter
parent 254dcee93d
commit fbab287ea2

View File

@@ -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
* <!-- when $scope.myValue is truthy (element is hidden) -->
* <div ng-hide="myValue"></div>
*