TBe structured, isolate the concept clearly, read docs until you are able to appropriate tiers code then apply basic app then grow up your prétentionComment·Thread·Aug 2, 2017·What is the best way to learn any language?
TJust use binding ... In factory you store $http response. then in controller you do var myFactory = new Factory(params); myFatory.load().then(function() { $scope.myFactoryData = myFactory.data }); for example.Comment·Thread·Jun 16, 2016·3·AngularJS : How do I store the $http.get JSON response data in the factory itself?