Skip to content

Instantly share code, notes, and snippets.

@randallb
Created September 17, 2012 17:27
Show Gist options
  • Save randallb/3738615 to your computer and use it in GitHub Desktop.
Save randallb/3738615 to your computer and use it in GitHub Desktop.
var mod;
mod = angular.module('sceneServices', ['ngResource']);
mod.factory('sceneResource', function($resource) {
return $resource("/sceenz.json");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment