mirror of
https://github.com/nasa/openmct.git
synced 2024-12-25 15:51:04 +00:00
[Time Conductor] Allow ng-blur on mct-controls
This commit is contained in:
parent
ffff13205a
commit
7d4e7a0925
@ -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: "=",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user