Skip to content

Instantly share code, notes, and snippets.

@grantges
Created March 19, 2015 17:03
Show Gist options
  • Save grantges/18f73db0a9b90cbcde89 to your computer and use it in GitHub Desktop.
Save grantges/18f73db0a9b90cbcde89 to your computer and use it in GitHub Desktop.
Chaining using Appcelerator Titanium / Alloy (Thanks Jason Kneen!)
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