Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r0b- committed Sep 28, 2015
1 parent 8457276 commit b77e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -91,7 +91,7 @@ <h4>ui-validate</h4>
<p>Use ui-validate-watch or ui-validate-watch-collection to watch expressions. With ui-validate-watch-object-equality you can enable deep watching:</p>
<pre class="prettyprint">ui-validate-watch="'myValue'"</pre>
<pre class="prettyprint">ui-validate-watch-collection="'myArrayOrObject'"</pre>
<pre class="prettyprint">ui-validate-watch-="'myDeepNestedObject'" ui-validate-watch-object-equality="true"</pre>
<pre class="prettyprint">ui-validate-watch="'myDeepNestedObject'" ui-validate-watch-object-equality="true"</pre>
<h4>ui-validate-async</h4>
<p>Create an expression inside a string. Expresion must return a promise. The rule name will be
<code>validatorAsync</code> by default. Until promise is fulfilled, rule is placed on $pending list.
Expand Down

0 comments on commit b77e6bd

Please sign in to comment.