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

Commit 62475d3

Browse files
committed
Merge branch 'pr/n50_rpungello'
# Conflicts: # dist/angularjs-dropdown-multiselect.min.js # src/angularjs-dropdown-multiselect.js
2 parents d70bcaf + 2c39d0c commit 62475d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angularjs-dropdown-multiselect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ directiveModule.directive('ngDropdownMultiselect', ['$filter', '$document', '$co
6565
template += '</ul>';
6666
template += '</div>';
6767

68-
element.html(template);
68+
return template;
6969
},
7070
link: function($scope, $element, $attrs) {
7171
var $dropdownTrigger = $element.children()[0];

0 commit comments

Comments
 (0)