[Time Conductor] Allow ng-blur on mct-controls

This commit is contained in:
Victor Woeltjen 2015-11-27 12:29:53 -08:00
parent ffff13205a
commit 7d4e7a0925

View File

@ -79,6 +79,9 @@ define(
// Used to choose which form control to use // Used to choose which form control to use
key: "=", key: "=",
// Allow controls to trigger blur-like events
ngBlur: "&",
// The state of the form value itself // The state of the form value itself
ngModel: "=", ngModel: "=",