dotansimha/angularjs-dropdown-multiselect
Vedi su GitHubNodejs+Express+angularjs-dropdown-multiselect integration issue
Open
#282 aperta il 6 dic 2016
enhancementhelp wanted
Metriche repository
- Star
- (443 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Hi, multiselect plugin works as expected in conventional html envirnoment Since iam integrating with nodejs and using express as middleware i have to use below code snippets in order to avoid templating issues (angular and express both uses {{}} for rendering ) hence i use below code
var myApp = angular.module('scotch',['angularjs-dropdown-multiselect'], function($interpolateProvider) { $interpolateProvider.startSymbol('[['); $interpolateProvider.endSymbol(']]'); }); Now i am getting below error !
Thanks in advance !
Thanks in advance !