SHARE
TWEET
Untitled
a guest
Dec 22nd, 2014
175
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- app.controller('someController', ['$rootScope', 'Restangular', function($rootScope, Restangular) {
- console.log($rootScope);
- Restangular.all('bookings').post({example: example}).then(function(response) {
- console.log($rootScope);
- });
- }]);
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.

