Skip to content

Instantly share code, notes, and snippets.

@polidog
Last active January 2, 2016 00:18
Show Gist options
  • Save polidog/8222107 to your computer and use it in GitHub Desktop.
Save polidog/8222107 to your computer and use it in GitHub Desktop.
# app/alt/controllers/index.coffee
doClick = (e)->
alert $.label.text
$.index.open()
//- app/alt/views/index.jade
Alloy
Window.container
Label#label(onClick="doClick") Hello, World
## app/alt/styles/index.yml
".container":
backgroundColor: "white"
"Label":
width: Ti.UI.SIZE
height: Ti.UI.SIZE
color: "#000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment