Skip to content

Instantly share code, notes, and snippets.

@avegancafe
Last active June 28, 2016 17:13
Show Gist options
  • Select an option

  • Save avegancafe/1616d7f12fe07c2cebfedabc70ec61c7 to your computer and use it in GitHub Desktop.

Select an option

Save avegancafe/1616d7f12fe07c2cebfedabc70ec61c7 to your computer and use it in GitHub Desktop.
angular.module('mod')
.component 'someTable',
bindings:
someVal: '<'
template: JST['_some-table.jst.skim']
controller:
class
constructor: (injectables) ->
console.log("controller initialized")
someFunc: -> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment