Skip to content

Instantly share code, notes, and snippets.

@tehPlayer
Created December 4, 2014 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tehPlayer/431de2e708075ee1e9cc to your computer and use it in GitHub Desktop.
Save tehPlayer/431de2e708075ee1e9cc to your computer and use it in GitHub Desktop.
'use strict'
angular.module('saasPlatform')
.controller 'ShopsCtrl', ($scope, Shop) ->
$scope.initialize = ->
Shop.get {}, (result) ->
$scope.shops = result.shops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment