Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit cf135c2

Browse files
committedMar 27, 2017
typo - fix markdown changes in Github
1 parent 45fc0e7 commit cf135c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Angular Validation (Directive / Service)
1+
# Angular Validation (Directive / Service)
22
`Version: 1.5.17`
33
### Forms Validation with Angular made easy!
44
##### (Concept comes from the amazing Laravel)
@@ -129,10 +129,10 @@ When used with IIS, you will need to map the JSON type
129129
</staticContent>
130130
```
131131

132-
###License
132+
### License
133133
[MIT License](http://www.opensource.org/licenses/mit-license.php)
134134

135-
###Available Validator Rules
135+
### Available Validator Rules
136136
All validators are written as `snake_case` but it's up to the user's taste and could also be used as `camelCase`. So for example `alpha_dash_spaces` and `alphaDashSpaces` are both equivalent.
137137

138138
##### NOTE: on an `input type="number"`, the `+` sign is an invalid character (browser restriction) even if you are using a `signed` validator. If you really wish to use the `+`, then change your input to a `type="text"`.

0 commit comments

Comments
 (0)
This repository has been archived.