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: 
but when comes modal page, plugin doesn't 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...