Skip to content

Commit ef5cd29

Browse files
author
isteven
committed
bug fix: unclosed form tag
1 parent ba6d164 commit ef5cd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular-multi-select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Creates a dropdown-like button with checkboxes.
44
*
55
* Project started on: Tue, 14 Jan 2014 - 5:18:02 PM
6-
* Current version: 2.0.0
6+
* Current version: 2.0.1
77
*
88
* Released under the MIT License
99
* --------------------------------------------------------------------------------
@@ -101,7 +101,7 @@ angular.module( 'multi-select', ['ng'] ).directive( 'multiSelect' , [ '$sce', '$
101101
'<span class="tickMark" ng-if="item[ groupProperty ] !== true && item[ tickProperty ] === true">&#10004;</span>' +
102102
'</div>' +
103103
'</div>' +
104-
'<form>' +
104+
'</form>' +
105105
'</div>' +
106106
'</span>',
107107

0 commit comments

Comments
 (0)