summaryrefslogtreecommitdiffstats
path: root/angular-multi-select.js
diff options
context:
space:
mode:
Diffstat (limited to 'angular-multi-select.js')
-rw-r--r--angular-multi-select.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/angular-multi-select.js b/angular-multi-select.js
index 8dd40ea..bb30eb2 100644
--- a/angular-multi-select.js
+++ b/angular-multi-select.js
@@ -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
* --------------------------------------------------------------------------------
@@ -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>',