indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

ng-template tag conflicts with ngdialog #70

Closed matt212 closed 7 years ago

matt212 commented 7 years ago

Hi, could we have some alternative of ng-template script tag for selector since there are issues integrating ngdialog box with angular selector . below is the plunker for your reference http://plnkr.co/edit/LTqFbqiRsf27ZZUH02nY?p=preview

matt212 commented 7 years ago

I resolved it by seperating ng dialog container and multiselect container into different html components by using custom serverside components containers like multiselect.html and modalovelay.html and passing scope through it !