8000 docs(ngShowHide): fix typo 'hrml' -> 'html' · angular/angular.js@fbab287 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fbab287

Browse files
winkler1caitp
authored andcommitted
docs(ngShowHide): fix typo 'hrml' -> 'html'
Typo 'hrml' Oops! Closes #6874
1 parent 254dcee commit fbab287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngShowHide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ var ngShowDirective = ['$animate', function($animate) {
171171
* in AngularJS and sets the display style to none (using an !important flag).
172172
* For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}).
173173
*
174-
* ```hrml
174+
* ```html
175175
* <!-- when $scope.myValue is truthy (element is hidden) -->
176176
* <div ng-hide="myValue"></div>
177177
*

0 commit comments

Comments
 (0)
0