angularjs - using a decimal in my element's name -



angularjs - using a decimal in my element's name -

i'm trying utilize two-way info binding value of input i'm having problem using "." in input name:

<form name="signinform"> <label class="item item-input item-stacked-label"> <input name="user.email" data-ng-model="user.email" type="email" placeholder="user@email.net"> </label> </form> {{ signinform.user.email }}

how value out?

as commented: need use:

{{user.email}}

instead of

{{ signinform.user.email }}

angularjs

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -