cathybyy

Results 1 comments of cathybyy

try to use below code to replace your angularjs-dropdown-multiselect.js. `(function(angular) { 'use strict'; var directiveModule = angular.module('angularjs-dropdown-multiselect', []); directiveModule.directive('dmDropdownStaticInclude', ['$compile', function($compile) { return function(scope, element, attrs) { var template =...