Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 30, 2015 21:18
Show Gist options
  • Save nakaearth/7886075 to your computer and use it in GitHub Desktop.
Save nakaearth/7886075 to your computer and use it in GitHub Desktop.
ブログ用のサンプルコード
App.controller 'EventsCtrl', ['$scope', 'Events', ($scope, Events) ->
$scope.events = Events.query()
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment