dotansimha/angularjs-dropdown-multiselect

Nodejs+Express+angularjs-dropdown-multiselect integration issue

开放

#282 创建于 2016年12月6日

 (0 条评论) (0 个反应) (0 位负责人)HTML (463 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (443 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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 !

贡献者指南