mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-23 11:56:39 +08:00
docs(ngShowHide): fix typo 'hrml' -> 'html'
Typo 'hrml' Oops! Closes #6874
This commit is contained in:
@@ -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>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user