Hi, Where do you want this scrollbar ? in the main <div /> of the directive ? or in the autocomplete list ?
For the <div />, you can do it with CSS : max-height: 20px; overflow-y: auto; Regards Manu @EmmanuelDemey 1. 2. 2015-07-29 13:28 GMT+02:00 Ashish Kumar <[email protected]>: > Hello everyone, > > My name is Ashish. I am new in angular .In my project ,I need a > textbox with tag functionality.For the tag ,I have used angular js > ngTagInput directive.But in ngTagInput directive ,I want to add scroll > bar.How can i add scroll bar in ngTagInput directive.Can anyone help me out > here. > > > 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. > -- Emmanuel DEMEY Consultant Zenika +33 (0)6 47 47 42 02 [email protected] - fr.linkedin.com/in/emmanueldemey/ Twitter : @EmmanuelDemey -- 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.
