dotansimha/angularjs-dropdown-multiselect
Nodejs+Express+angularjs-dropdown-multiselect integration issue
開放
#282 建立於 2016年12月6日
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 !
Thanks in advance !
Thanks in advance !