FLEX-35328 - Update MDLExample with DataFieldProviderBead
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c706278e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c706278e Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c706278e Branch: refs/heads/develop Commit: c706278ed1fe5d7ab5e763c572b3d97f16077a80 Parents: eaa33ea Author: piotrz <[email protected]> Authored: Sun Jun 25 19:27:09 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jun 25 19:27:09 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c706278e/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml b/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml index 14d14fd..4231328 100644 --- a/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml +++ b/examples/flexjs/MDLExample/src/main/flex/DropDownList.mxml @@ -38,7 +38,7 @@ limitations under the License. sourceID="menuModel" sourcePropertyName="menuItems" destinationPropertyName="dataProvider" /> - <models2:DataFieldProviderModel dataField="value"/> + <js:DataFieldProviderBead dataField="value"/> </mdl:beads> </mdl:DropDownList> </mdl:GridCell>
