mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-29 04:20:30 +00:00
validator doc example should not be escaped
This commit is contained in:
parent
9f73b1f290
commit
75de7395bb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Attach a validator on user input widgets using the `ng:validate` attribute.
|
|||
|
||||
<doc:example>
|
||||
<doc:source>
|
||||
Change me: <input type="text" name="number" ng:validate="integer" value="123">
|
||||
Change me: <input type="text" name="number" ng:validate="integer" value="123">
|
||||
</doc:source>
|
||||
<doc:scenario>
|
||||
it('should validate the default number string', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue