mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +00:00
[Representation] Add note about deprecation of ng-model
This commit is contained in:
parent
e12e0d72da
commit
404327e583
@ -51,6 +51,11 @@ define(
|
||||
* used to pass in objects whose properties will (or may) be
|
||||
* modified by the included template.
|
||||
*
|
||||
* (For backwards compatibility, `ng-model` is treated identically
|
||||
* to `mct-model`, and the property `ngModel` will be provided
|
||||
* in scope with the same value as `mctModel`. This usage is
|
||||
* deprecated and should be avoided.)
|
||||
*
|
||||
* @memberof platform/representation
|
||||
* @constructor
|
||||
* @param {TemplateDefinition[]} templates an array of
|
||||
|
@ -57,6 +57,11 @@ define(
|
||||
* used to pass in objects whose properties will (or may) be
|
||||
* modified by the included representation.
|
||||
*
|
||||
* (For backwards compatibility, `ng-model` is treated identically
|
||||
* to `mct-model`, and the property `ngModel` will be provided
|
||||
* in scope with the same value as `mctModel`. This usage is
|
||||
* deprecated and should be avoided.)
|
||||
*
|
||||
* @memberof platform/representation
|
||||
* @constructor
|
||||
* @param {RepresentationDefinition[]} representations an array of
|
||||
|
Loading…
x
Reference in New Issue
Block a user