Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

Wrapping ui-select with angularjs custom directive

Yes, there are a couple of similar questions like this on SO, but none seem to address my issue (or work with recent versions of Angular 1.5.8 and Angular UI-Select 1.4.x). The problem I'm having is ...
Jim's user avatar
  • 687
0 votes
1 answer
1k views

Unable to get property 'length' of undefined or null reference at ctrl.getplaceholder in ui-select.js

Hello I am implementing ui-select angular directive for multiple auto complete. with angular version 1.2.18 it workes fine but when i used with angular 1.5.5 getting an Error like : Unable to get ...
Arvind Chaudhary's user avatar
5 votes
1 answer
2k views

How to create a directive for a dropdown choice?

Let's say I use quite some dropdown choices (aka comboboxes) for countries in my application. To avoid repeating the same code over and over again, I want to create a directive for that. However: ...
Pieter Degraeuwe's user avatar
1 vote
2 answers
8k views

Make a div to hide on click of outside it

I need to hide a div on click of outside it. So, I have created a directive which handles it(check if the target element is a child. If yes, it will not hide the div or else it hides the div). It is ...
SaiGiridhar's user avatar