Skip to content

Commit

Permalink
bug fix: unclosed form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isteven committed Jul 22, 2014
1 parent ba6d164 commit ef5cd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-multi-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Creates a dropdown-like button with checkboxes.
*
* Project started on: Tue, 14 Jan 2014 - 5:18:02 PM
* Current version: 2.0.0
* Current version: 2.0.1
*
* Released under the MIT License
* --------------------------------------------------------------------------------
Expand Down Expand Up @@ -101,7 +101,7 @@ angular.module( 'multi-select', ['ng'] ).directive( 'multiSelect' , [ '$sce', '$
'<span class="tickMark" ng-if="item[ groupProperty ] !== true && item[ tickProperty ] === true">&#10004;</span>' +
'</div>' +
'</div>' +
'<form>' +
'</form>' +
'</div>' +
'</span>',

Expand Down

0 comments on commit ef5cd29

Please sign in to comment.