Skip to content

Commit ac882d7

Browse files
committed
Merge pull request #43 from Luit/patch-1
Typo in ui-reset example
2 parents 2f3b9ac + cd5038b commit ac882d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ <h3>How?</h3>
723723
&lt;input ng-model="resetModel" ui-reset=" 'Empty' "&gt;
724724

725725
&lt;script&gt;
726-
$scope.resetModal = &#x27;Hover over me&#x27;;
726+
$scope.resetModel = &#x27;Hover over me&#x27;;
727727
&lt;/script&gt;
728728
</pre>
729729
</div>

0 commit comments

Comments
 (0)