Hi,
i think i have a syntax problem. i just want to access the result from a
function in a controller. i call:
var testme = self.setAdvertisementByAdId(self.FacebookAdVars.sAdId);
and have this:
// Get advertisement via API
this.setAdvertisementByAdId = function(sAdId){
return $advertisement.getAd({ sAdId: sAdId }).$promise.then(function(data) {
if (data) {
return data.data;
} else {
return false;
}
}, function (error) {
return false;
});
}
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.