dotansimha/angularjs-dropdown-multiselect

Nodejs+Express+angularjs-dropdown-multiselect integration issue

Open

#282 aberto em 6 de dez. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (463 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (443 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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 ! multiselect Thanks in advance !

Guia do colaborador