You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/25 17:27:13 UTC

git commit: [flex-asjs] [refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list] - FLEX-35328 - Update MDLExample with DataFieldProviderBead

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list eaa33ea5b -> c706278ed


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/feature/FLEX-35328_simplify_mdl_drop_down_list
Commit: c706278ed1fe5d7ab5e763c572b3d97f16077a80
Parents: eaa33ea
Author: piotrz <pi...@apache.org>
Authored: Sun Jun 25 19:27:09 2017 +0200
Committer: piotrz <pi...@apache.org>
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>