summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/configs-options.htm20
1 files changed, 15 insertions, 5 deletions
diff --git a/views/configs-options.htm b/views/configs-options.htm
index 82d18c1..6d0af28 100644
--- a/views/configs-options.htm
+++ b/views/configs-options.htm
@@ -310,7 +310,7 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-item-click="funcClick( data )"&gt;&lt;/div&gt;</code>.
</p>
- <h5>on-select-all</h5> <span class="label label-warning">New! v3.0.0</span>
+ <h5>on-select-all</h5>
<p>
A $scope function to call when "select all" button is clicked.
You need to define this function in your controller.
@@ -322,7 +322,7 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-select-all="funcSelectAll()"&gt;&lt;/div&gt;</code>.
</p>
- <h5>on-select-none</h5> <span class="label label-warning">New! v3.0.0</span>
+ <h5>on-select-none</h5>
<p>
A $scope function to call when "select none" button is clicked.
You need to define this function in your controller.
@@ -334,7 +334,7 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-select-none="funcSelectNone()"&gt;&lt;/div&gt;</code>.
</p>
- <h5>on-reset</h5> <span class="label label-warning">New! v3.0.0</span>
+ <h5>on-reset</h5>
<p>
A $scope function to call when "reset" button is clicked.
You need to define this function in your controller.
@@ -346,7 +346,7 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-reset="funcReset()"&gt;&lt;/div&gt;</code>.
</p>
- <h5>on-clear</h5> <span class="label label-warning">New! v3.0.0</span>
+ <h5>on-clear</h5>
<p>
A $scope function to call when the "x" button in filter field is clicked.
You need to define this function in your controller.
@@ -358,7 +358,7 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-clear="funcClear()"&gt;&lt;/div&gt;</code>.
</p>
- <h5>on-search-change</h5> <span class="label label-warning">New! v3.0.0</span>
+ <h5>on-search-change</h5>
<p>
A $scope function to call when you type in the search field.
You need to define this function in your controller.
@@ -370,6 +370,16 @@
<span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... on-filter-change="funcFilterChange( data )"&gt;&lt;/div&gt;</code>.
</p>
+ <h5>output-properties</h5> <span class="label label-warning">New! v4.0.0</span>
+ <p>
+ Set what model properties you want to have in your output-model
+ </p>
+ <p>
+ <span class="inlineTitle">Type</span>: String. Separate multiple values by space.<br />
+ <span class="inlineTitle">Default value</span>: N/A<br />
+ <span class="inlineTitle">Example</span>: <code>&lt;div isteven-multi-select ... output-properties="firstName pic selected"&gt;&lt;/div&gt;</code>
+ </p>
+
</span>
</div>
</div>