Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 822bc6e

Browse files
committed
Updated README.md
1 parent e590abc commit 822bc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Then your final html:
187187
```html
188188
<div ng-controller="MyCtrl as ctrl">
189189
<input type="text" ng-model="myDate" datepicker/>
190-
<div ng-if="ctrl.error">{{ctrl.error}}</div>
190+
<div ng-show="ctrl.error">{{ctrl.error}}</div>
191191
</div>
192192
```
193193

0 commit comments

Comments
 (0)