It is working. As you enter the string it will not show, but as soon as you put @ sign it will display on the page. try writing the complete email address.
On Friday, July 19, 2013 12:54:36 AM UTC+5:30, Emad Ibrahim wrote: > > I create a custom input directive... if the directive template is > > <div> > <input type="text" ng-model='mymodel'> > </div> > > it works perfectly and my scope.mymodel updates as expected. > > But if I change the input type to email, it stops working: > > <div> > <input type="email" ng-model='mymodel'> > </div> > > WHY??? I just spent 4 hours trying to figure this and it is very > frustrating. thanks for your help. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
