Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 9b80176

Browse files
committed
Merge pull request #135 from Gargol/patch-1
Update index.html
2 parents 75f4e3d + c2cb9d1 commit 9b80176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/validate/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Why?</h3>
4040
<pre class="prettyprint">
4141
&lt;input name="email" ng-model="email"
4242
<strong>ui-validate</strong>="{blacklist : 'notBlackListed($value)' }"&gt;
43-
Is e-mail is black-listed? {{!!form.email.$error.blacklist}}
43+
Is e-mail black-listed? {{!!form.email.$error.blacklist}}
4444

4545
&lt;input name=&quot;password&quot; required ng-model=&quot;password&quot;&gt;
4646
&lt;input name=&quot;confirm_password&quot;

0 commit comments

Comments
 (0)