I hereby claim:
- I am kristiyandobrev on github.
- I am kdobrev (https://keybase.io/kdobrev) on keybase.
- I have a public key ASDSLQPh_uX-kDyNJqVGLL9a34lp88pTW-uIWaucUUpZ1wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am kristiyandobrev on github. | |
* I am kdobrev (https://keybase.io/kdobrev) on keybase. | |
* I have a public key ASCoUKI5iZjTBHyjSwrv2GIANf52aoLzjltoaj1O_EVZFwo | |
To claim this, I am signing this object: |
{ | |
"id": 1, | |
"name": "A green door", | |
"price": 12.50, | |
"tags": ["home", "green", "aaa"] | |
} |
[ | |
{ | |
"discipline": [ | |
"Crossfit", | |
"Yoga", | |
"Fitness" | |
], | |
"picture": "http://placehold.it/100x100?text=Spoort", | |
"about": "Ex Lorem culpa ea ut incididunt amet exercitation. Ipsum cillum aute irure ad non tempor ad occaecat excepteur sit qui. Incididunt nisi ut tempor excepteur laborum elit. Occaecat qui consectetur magna do dolor irure adipisicing pariatur. Ut proident voluptate nostrud officia ipsum adipisicing ea amet ea ullamco. Officia nulla duis proident duis enim nisi deserunt duis aliqua enim do.\r\n", | |
"guid": "32aa64f0-1a83-4b9b-8717-46abf9b2fc51", |
$scope.products = function () { | |
var promises = { | |
a: ProductsService.getProducts().promise, | |
b: PricefixerService.getProducts().promise | |
}; | |
return $q.all(promises).then(function (values) { | |
return values.a.concat(values.b); | |
}); |
{ | |
"data":{ | |
"single_order":{ | |
"distributor":{ | |
"name":"Super Distributor", | |
"address":"addressvej 32", | |
"city":"Aalborg", | |
"postal_code":"9000", | |
"cvr":"89888888", | |
"email":"[email protected]", |
$scope.login = function() { | |
var req = { | |
method: 'POST', | |
url: 'http://example.com', | |
headers: { | |
'Content-Type': 'application/json; charset=UTF-8' | |
}, | |
crossDomain: true, |
return $cordovaFacebook.login(["public_profile", "email", "user_friends"]) | |
.then(function (success) { | |
........... | |
........... ........... |
$(document).on('click', 'a[target="_blank"]', function(ev) { | |
var url; | |
ev.preventDefault(); | |
url = $(this).attr('href'); | |
window.open(url, '_system'); | |
}); |
'[new]' => true, | |
'[accessible]' => [ | |
'created_by_id' => true, | |
'name' => true, | |
'description' => true, | |
'website' => true, | |
], | |
'[dirty]' => [], | |
'[original]' => [], | |
'[virtual]' => [], |