angular-cn/public/docs/js/latest/api/change_detection/CHECK_ALWAYS-const.jade

14 lines
499 B
Plaintext
Raw Normal View History

2015-06-01 22:51:00 -07:00
2015-06-02 09:05:05 -07:00
.l-main-section
h2 CHECK_ALWAYS <span class="type">variable</span>
p.location-badge.
exported from <a href='../change_detection'>angular2/change_detection</a>
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/change_detection/constants.ts#L19-L19">angular2/src/change_detection/constants.ts (line 19)</a>
2015-06-02 09:05:05 -07:00
:markdown
CHECK_ALWAYS means that after calling detectChanges the mode of the change detector
will remain CHECK_ALWAYS.
2015-06-01 22:51:00 -07:00