Skip to content

Commit 8165e21

Browse files
Dimitar TachevDimitar Tachev
authored andcommitted
Fixed the custom button action name in the readme.
1 parent 4f4a10d commit 8165e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Add a button and define a `tap` event handler in your login component html.
306306
[pages/login/login.component.html](https://github.com/NativeScript/nativescript-facebook/blob/master/demo-angular/app/pages/login/login.component.html)
307307
```html
308308
<StackLayout>
309-
<Button text="Login Button (custom)" (tap)="testAction()"></Button>
309+
<Button text="Login Button (custom)" (tap)="login()"></Button>
310310
</StackLayout>
311311
```
312312

0 commit comments

Comments
 (0)