[Representation] Add note about deprecation of ng-model

This commit is contained in:
Victor Woeltjen 2015-12-02 15:46:26 -08:00
parent e12e0d72da
commit 404327e583
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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