dotansimha/angularjs-dropdown-multiselect

Nodejs+Express+angularjs-dropdown-multiselect integration issue

Open

#282 ouverte le 6 déc. 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (463 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (443 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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 !

Guide contributeur