Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Nodejs+Express+angularjs-dropdown-multiselect integration issue #282

Open
@matt212

Description

@matt212

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 !

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions