Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i display the value of a variable in the ionicToast ? #34

Open
PManager1 opened this issue Feb 19, 2017 · 2 comments
Open

how can i display the value of a variable in the ionicToast ? #34

PManager1 opened this issue Feb 19, 2017 · 2 comments

Comments

@PManager1
Copy link

PManager1 commented Feb 19, 2017

var secondMethod = function(someStuff) {
var len = someStuff.length;
ionicToast.show('Updating number of values {{len}} in the database','middle', false, 1000);

@sanket-tempus
Copy link

sanket-tempus commented Mar 2, 2017

Did you try ?

var secondMethod = function(someStuff) {
var len = someStuff.length;
ionicToast.show('Updating number of values' + len + 'in the database','middle', false, 1000);

@PManager1
Copy link
Author

PManager1 commented Mar 2, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants