mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Containment] Make ngModel optional
Make the ngModel dependency of mct-control optional, to avoid breaking mct-control usages which don't also use ng-model. WTD-962.
This commit is contained in:
parent
cc0a46d5cc
commit
952f380c33
@ -46,7 +46,7 @@ define(
|
||||
priority: 1000,
|
||||
|
||||
// Get the ngModelController, so that controls can set validity
|
||||
require: 'ngModel',
|
||||
require: '?ngModel',
|
||||
|
||||
// Link function
|
||||
link: link,
|
||||
|
Loading…
Reference in New Issue
Block a user