Check this https://docs.angularjs.org/api/ng/directive/ngSrc

2015-07-08 4:52 GMT-03:00 beastar 457 <[email protected]>:

> hello i have controller that it has to give me an image and i am calling
> it like this
>  <div class="col-xs-3" ng-controller="Parse">
>                         <img src="{user}" class=" img-circle
> Circle__image" alt="Image" style="width:80px; height:80px;">
>     </div>
> the image is comming but when i go to console it saying that
>  localhost:8000/image4545 mot found? what is the problem here?
>
> On 7 July 2015 at 10:26, beastar 457 <[email protected]> wrote:
>
>> that is nice it worket in my case i found out that is hould do like this :
>>
>> $data = json_decode(file_get_contents("php://input"));
>> return Response::json($data);
>>
>> On 7 July 2015 at 10:13, <[email protected]> wrote:
>>
>>> json is coming in the body of the request
>>>
>>> Enviado do meu iPhone
>>>
>>> Em 07/07/2015, às 11:23, beastar 457 <[email protected]> escreveu:
>>>
>>> $json = $app->request->getBody();    $data = json_decode($json, true);
>>>
>>>
>>> does the above get content posted by angular?
>>>
>>>
>>> On Tuesday, 7 July 2015 09:00:58 UTC-5, beastar 457 wrote:
>>>>
>>>> my method that is in my service is like this
>>>>
>>>>  tutorial.createtutorial = function(tutorial){
>>>>     var defer = $q.defer();
>>>>
>>>>     $http.post($rootScope.endPoint + '/api/v1/follower', tutorial)
>>>>     .success(function(res){
>>>>         defer.resolve(res);
>>>>     })
>>>>     .error(function(err, status){
>>>>         defer.reject(err);
>>>>     })
>>>>
>>>>     return defer.promise;
>>>>   }
>>>>
>>>>
>>>> and how can i get the passed object into php script so that i can
>>>> insert it into database
>>>>
>>>  --
>>> 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.
>>>
>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "AngularJS" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/angular/_1cYcKIUK9k/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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.
>>>
>>
>>
>  --
> 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.
>



-- 
Att
Armando Couto
CSM - LKU
www.armandocouto.com.br

-- 
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.

Reply via email to