Page 1 of 1

Angular JS get input text

Posted: Sat Sep 05, 2015 3:35 pm
by Elvin Chu

How to get input text with the input id

And some problem here:
I use a custom function and use alert("XXX"); alert didn't show

And I want to ask another question how to change Content (background) colour/

Really thanks for ur help!


Angular JS get input text

Posted: Sat Sep 05, 2015 3:39 pm
by Elvin Chu

The question get input text with the input id i already knew it! Can u guys help for others questions pls!


Angular JS get input text

Posted: Mon Sep 07, 2015 5:12 pm
by Serhii Kulibaba

Hello Elvin,

You can use CSS for that. E.g.:
pre
body{
background-color:red;
}/pre


Angular JS get input text

Posted: Wed Sep 09, 2015 7:23 am
by Elvin Chu

ok thanks