parent
9262727ae1
commit
944ccc9a94
|
@ -74,7 +74,7 @@ class Form { | Directive controller class, instantiated
|
||||||
| when CSS matches.
|
| when CSS matches.
|
||||||
text:string; | text property on the Directive Controller.
|
text:string; | text property on the Directive Controller.
|
||||||
|
|
|
|
||||||
show(event) { | Show method which implements the show action.
|
show() { | Show method which implements the show action.
|
||||||
console.log(this.text); |
|
console.log(this.text); |
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue