I think this depends on the backend language you are using. Are you using php or node etc
I use php and you can just make an api call to a function called userExists or something similar which basically queries the databas to see if a user exists and then return true or false and then on the angular side handle it like you have seen in the examples posted by these guys above On Friday, June 20, 2014 9:20:13 AM UTC-4, raju reddy wrote: > > Hi, > > Can some one help me to get the code on clientside validation on > username,like when the same user enters the same name should display > useralready exist. > > Thanks > -- 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.
