Skip to content

Commit

Permalink
Merge pull request #36 from mchapman/patch-2
Browse files Browse the repository at this point in the history
Fix validator
  • Loading branch information
fbessou committed Nov 15, 2016
2 parents e0263f6 + ead39db commit 3fe23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -319,7 +319,7 @@ export class AppComponent {

// Declare a mapping between action ids and their implementations
myValidators = {
"passwordCheck": (value, property, form) => {
"/passwordCheck": (value, property, form) => {
if (controls.password !== undefined
&& controls.password.valid
&& value !== values.password
Expand Down

0 comments on commit 3fe23be

Please sign in to comment.