Hi sander thanks problem solved
GetTumBirimler: function (parametreler, sol, sag) {
var deferred = $q.defer();
console.log("Service log:", parametreler);
var postAddress = serviceBaseBirim +
"PagingTumBirimler?sol=" + sol + "&sag=" + sag;
$http.post(postAddress, parametreler
).success(deferred.resolve).error(deferred.reject);
console.log(deferred.promise);
return deferred.promise;
}
var postAddress = serviceBaseBirim + "PagingTumBirimler?sol=" + sol +
"&sag=" + sag;
model and variable sender value
2 Ekim 2015 Cuma 11:55:01 UTC+3 tarihinde Sander Elias yazdı:
>
> Hi Mustafa,
>
> I do not understand your problem either. Also linking in pictures of parts
> isn't too helpful for that either.
> When you want to receive quality help, you have to ask questions that are
> understandable.
> Even when you don't write English so good, you can do better by providing
> a representation of your problem in plunker
> <http://plnkr.co/edit/tpl:bSBatno6Z85VMCtxF4KK>or something similar.
> if you provide that, it becomes much easier to help you.
>
> Regards
> Sander
>
--
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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.