Skip to content

Instantly share code, notes, and snippets.

@rightson
Created January 13, 2013 12:58
Show Gist options
  • Save rightson/4523959 to your computer and use it in GitHub Desktop.
Save rightson/4523959 to your computer and use it in GitHub Desktop.
Alloy Controller Example (app-controller-index.js)
function doClick(e) {
alert($.label.text);
}
$.index.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment