SHARE
TWEET
Untitled
a guest
Jan 8th, 2016
41
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- //HTTP logic
- angular
- .module('kepler')
- .factory('PlanetFactory', function($http){
- function getPlanet(id){
- return $http.get('http://localhost:3000/settlers/1/galaxies/1/planets/1');
- }
- return{
- getPlanet: getPlanet
- }
- });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
