Skip to content

Instantly share code, notes, and snippets.

@knownasilya
Created May 30, 2013 20:34
Show Gist options
  • Save knownasilya/5680959 to your computer and use it in GitHub Desktop.
Save knownasilya/5680959 to your computer and use it in GitHub Desktop.
Ember Bindings
toggleMapSize: function () {
this.set("isFullWidth", !this.get("isVisible"))
}.observes("isVisible")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment