Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

Angularjs get input's text via a javascript

What I done:
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Angularjs get input's text via a javascript

Hello Elvin,

You set input's value into parameter "a", but you read "aab". So change:
$scope.gg = data.aab;
to:
$scope.gg = data.a;

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

Angularjs get input's text via a javascript

ok thankas

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

Angularjs get input's text via a javascript

it didn't work!

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

Angularjs get input's text via a javascript

Hello can u help me?

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

Angularjs get input's text via a javascript

emThis reply was created from a merged topic originally titled [NEED HELP] Angularjs ionic get input text./em

I tried all the method I find but I have no idea why it didn't work, I posted many post about get input text but it didn't help, sorry I just want to ask again if there is a solution or not please help me I need it I really need it

Return to “Issues”