Skip to content

Instantly share code, notes, and snippets.

@patricksrobertson
Created August 24, 2015 17:36
Show Gist options
  • Select an option

  • Save patricksrobertson/0a9858d83d911fdd84fa to your computer and use it in GitHub Desktop.

Select an option

Save patricksrobertson/0a9858d83d911fdd84fa to your computer and use it in GitHub Desktop.
BlargController = App.IndexController.extend
isFeatureOn: (->
@get('features').get('This_is_my_feature') == true
).property('features')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment