@tngr
Nothing here yet.
Nothing here yet.
No blogs yet.
Just 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.