SHARE
TWEET
Untitled
a guest
Jun 1st, 2016
8
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- var test = [];
- var token = $cookies.get('token');
- $http({
- method: 'GET',
- url: appConfig.baseURL + 'api/channels/' + $stateParams.chatId + '/',
- headers: {'Authorization': 'Token ' + token}
- }).then(function (response) {
- var data = response.data;
- $scope.chat = data;
- $cookies.put('key', data.user.key);
- test.push({
- 'ukey': data.user.key,
- 'id': data.user.id,
- })
- });
- var wsKey = $cookies.get('key');
- console.log(test);
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.
