Hi all,

I'm looking into recreating the searchbox you can see in Gmail, where you 
basically can build a query in that form: "from:[email protected] 
in:WhateverCategory"

I would like to have that kind of functionality and end up with an 
serialized object like so:
{ from: "[email protected]",
  in: "WhateverCategory"
}


I tried searching for existing implementation, be it angular or jQuery and 
couldn't find anything.
Are you aware of a library that already do this?
Or any idea on where to start to recreate that kind of experience?

Thank you!

-- 
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.

Reply via email to