angularjs - What is Angular Directive for pop-up menu please? -


i have web application write , in majority of cases have 1 1 relationship between objects of class , objects of class b, hop 1 other. 1 many, in case need display popup menu , let user take selection menu , navigate if 1 1.

all brand new code no legacy javascript/j query exists.

i seldom write web code have learnt angular appears architectural correct way things instead of writing own javascript want use correct angular method.

but need start point. looking angular directive , can see things input[email] , input[month] cannot see input[dropdown] or input[popup].

can please steer me in right direction? thanks.

for dropdowns want use html-select. dynamically add values dropdown use ng-options html select.

<select>   <option value="volvo">volvo</option>   <option value="saab">saab</option>   <option value="mercedes">mercedes</option>   <option value="audi">audi</option> </select> 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -