angularjs - Meeting problems while using jQuery plugin in the modal of Angular-strap -


i try use mention.js in project, doesn't work in modal of angular-strap. here plunker

myapp.controller("createmodalctrl", function($scope) {     $("#members").mention({users: usersinfo}); }); 

in main page, mention.js works well: works

but when comes modal page, plugin doesn't work. not work

besides, plnker can not show modal page, , can copy code plnker local project. thanks!

myapp.controller("createmodalctrl", function($scope) { //$("#members").mention({users: usersinfo});  settimeout(function(){       $("#members").mention({users: usersinfo});                   $scope.$apply();}, 0);}); 

and works...


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -