I'm creating a custom directive that inherits the scope of the parent controller. For the most part, I can access the directive's "scope" object that I set in the controller's "$scope" except for properties I set inside an $http.get. Whether those properties came from the API or were just literally defined does not matter.I'm creating a custom directive that inherits t