summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoristeven <isteven@server.fake>2014-04-02 10:53:06 +0800
committeristeven <isteven@server.fake>2014-04-02 10:53:06 +0800
commit5f52b22ad7b7c8411769fb627f26d1a6cc2f3b31 (patch)
tree31e110eb778629907aefca16e0d80a770068be12
parent19a4b2b442ca6a142ac198db5acdc7d6c629c9e7 (diff)
downloadangular-multi-select-5f52b22ad7b7c8411769fb627f26d1a6cc2f3b31.zip
angular-multi-select-5f52b22ad7b7c8411769fb627f26d1a6cc2f3b31.tar.gz
angular-multi-select-5f52b22ad7b7c8411769fb627f26d1a6cc2f3b31.tar.bz2
Updated readme.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cea72e..5ea5773 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ $scope variable. Array of objects.
<br />&nbsp;&nbsp;&nbsp;&nbsp;{ id: 5, firstName: "Natalia", lastName: "Romanova", selected: false },
<br />&nbsp;&nbsp;&nbsp;&nbsp;{ id: 6, firstName: "Clark", lastName: "Kent", selected: true }
];
-<br />**IMPORTANT**: Since the directive updates the $scope variable (input-model) directly, you cannot use the same $scope variable for multiple multi-select directives. You need to copy the $scope variable into a different name and use it on the second multi-select.
+<br />- &nbsp;&nbsp;&nbsp;&nbsp;**IMPORTANT**: Since the directive updates the $scope variable (input-model) directly, you cannot use the same $scope variable for multiple multi-select directives. You need to copy the $scope variable into a different name and use it on the second multi-select.
##### item-label (REQUIRED)
input-model property that you want to display on the button & checkboxes. Separate multiple values by space.