-
-
Save nuno/ada01ba0ded2a8bb1dd5 to your computer and use it in GitHub Desktop.
Chaining using Appcelerator Titanium / Alloy (Thanks Jason Kneen!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alloy.createController(“login”).on(“submit”, function(e) { | |
doStuffWith(e) | |
}).getView().open(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment