We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4a10d commit 8165e21Copy full SHA for 8165e21
README.md
@@ -306,7 +306,7 @@ Add a button and define a `tap` event handler in your login component html.
306
[pages/login/login.component.html](https://github.com/NativeScript/nativescript-facebook/blob/master/demo-angular/app/pages/login/login.component.html)
307
```html
308
<StackLayout>
309
- <Button text="Login Button (custom)" (tap)="testAction()"></Button>
+ <Button text="Login Button (custom)" (tap)="login()"></Button>
310
</StackLayout>
311
```
312
0 commit comments