Skip to content

Instantly share code, notes, and snippets.

@nuno
Forked from grantges/index.js
Created January 10, 2016 18:07
Show Gist options
  • Save nuno/ada01ba0ded2a8bb1dd5 to your computer and use it in GitHub Desktop.
Save nuno/ada01ba0ded2a8bb1dd5 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