You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm serving my Angular app from localhost:8000, with django running a tastypie backend on localhost:8888. I'm simulating a mobile app, so I have no need or desire to have django server the angular app.
With a config like this:
RestangularProvider.setBaseUrl('http://localhost:8888/api/v1/'); // Following the bing example
RestangularProvider.setRestangularFields({
selfLink: 'resource_uri'
});
and resoure_uri values, which look like: "/api/v1/object/id"