As promised, here is a small taste of an AngularJS + Angular Material app
built completely in ActionScrpt3, using FalconJX.
*Features:*
1. Create an AngularJS application
2. Create an AngularJS Controller
3. Use Angular Material component set
1. md-whiteframe
2. md-button
3. md-input
4. md-datepicker
5. md-dialog
4. Use Angular's databinding and object watch features
1. Type in the input box to see the button's label change
2. Click on the button to see a DatePicker Selecting a date will
update the text below.
*Demo app: *
Release version (fast download):
http://bigosmallm.github.io/flexjs/angular/release.html
Debug version (slower download, but you can look at generated JS code):
http://bigosmallm.github.io/flexjs/angular/debug.html
*AS3 code:*
https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample
(its missing the externs swcs for jquery, angular and angularmaterial, I
can put them up on my private repo if someone wants them)
I hope to work with Alex and others to figure out how this fits into the
FlexJS framework over the next few days.
Thanks,
Om