Firstly,thank you so much for replying my question.The code is too long
therefore I can share the function which I wrote the Json to console when I
pressed submit button and I tried some http.post() method.Also I attached
the screenshot of html page.
In main.js:
$scope.showJson = function() {
$scope.json = angular.toJson($scope.models);
console.log($scope.json);
$http.post('http://v05.ltlzone.com/tansu/main/list.html',
{$scope.json}).success(
function(data){
$scope.response = data
})
};
In list.html
<div ng-app="app" ng-controller="MainListsTurkeyMapController">
<hr>
{{response}}
</div>
I am a little bit confused in list.html.
Thanks..
Sander Elias <[email protected]>, 14 Oca 2019 Pzt, 11:40 tarihinde şunu
yazdı:
> Hi Tansu,
>
> Can you show us your code? I can not help you without knowing what you are
> doing right now?
>
> Regards
> Sander
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" 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.
>
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" 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.