Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 05d89a5

Browse files
committed
docs(NgFalseValue): Edits for dartdoc style.
1 parent 2f19be2 commit 05d89a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/directive/ng_model.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,14 +733,16 @@ class NgTrueValue {
733733
}
734734

735735
/**
736+
* Assigns the value of a bound expression to the model when an input checkbox is
737+
* unchecked.
738+
*
736739
* Usage:
737740
*
738741
* <input type=checkbox
739742
* ng-model=model
740743
* [ng-false-value=expr]>
741744
*
742-
* The initial value of the expression bound to this directive is assigned to
743-
* the model when the input is unchecked. Note that the expression can be of any
745+
* Note that the expression can be of any
744746
* type, not just [String]. Also see [InputCheckboxDirective], [NgTrueValue].
745747
*/
746748
@Decorator(selector: 'input[type=checkbox][ng-model][ng-false-value]')

0 commit comments

Comments
 (0)