I want to read data from JSON that located on SERVER to this code:
> <div ng-app="myApp" ng-controller="myCtrl">
> //output
> </div>
> <script>
> var app = angular.module("myApp", []);
> app.controller("myCtrl", function($scope) {
> //read data from JSON
> });
> </script>
>
how to do this?????
--
netanel
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/angular/88615f36-afd1-40f5-9790-ebdbf4c7c91d%40googlegroups.com.