summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoristeven <isteven@server.fake>2014-04-03 17:58:30 +0800
committeristeven <isteven@server.fake>2014-04-03 17:58:30 +0800
commit88759a986a53fb3d9f9558576aa8d3fd08f8d1f4 (patch)
tree7c27318fe18076d04d1f6de3fae71748112b70ba
parent21aa64497278baf1a7287e2bada7e4d296e9df64 (diff)
downloadangular-multi-select-88759a986a53fb3d9f9558576aa8d3fd08f8d1f4.zip
angular-multi-select-88759a986a53fb3d9f9558576aa8d3fd08f8d1f4.tar.gz
angular-multi-select-88759a986a53fb3d9f9558576aa8d3fd08f8d1f4.tar.bz2
Updated README.md. Pardon my bad English...
-rw-r--r--README.md6
-rw-r--r--multiselect.htm2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 05c64b8..ceee547 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,10 @@ item-label="firstName lastName"
##### tick-property (REQUIRED)
input-model property with a boolean value that represent the state of a checkbox.
<br />For example:
- - item-ticker is "selected"
+ - tick-property is "selected"
- if selected === true, checkbox will be ticked.
- If selected === false, checkbox will not be ticked.
- - item-ticker is "isOn"
+ - tick-property is "isOn"
- if isOn === true, checkbox will be ticked.
- If isOn === false, checkbox will not be ticked.
@@ -90,7 +90,7 @@ Expression to be evaluated. Will disable or enable the checkboxes.
<br />(Similar with ng-disabled, see http://docs.angularjs.org/api/ng/directive/ngDisabled)
##### directive-id
-Name or id for your directive. There are some validations and error message in the directive, and this id will help to check which directive displays error message in case you use more than one directive in one page.
+Name or id for your directive. There are some validations and error messages in the directive, and this id will help to check which directive displays error message (in case you use more than one directive in one page).
Note
--
diff --git a/multiselect.htm b/multiselect.htm
index e0dbea0..4234e40 100644
--- a/multiselect.htm
+++ b/multiselect.htm
@@ -13,7 +13,7 @@
<body ng-controller="main">
- * Open your browser console to see the $scope variables updated
+ * Open your browser console to see the $scope variables getting updated
<br />
<br />