Is it possible to inject $q in the config section of my module? Below is my sample config section.
.config([\'$q\', function ($q) { var func = function (
Correct--you can't inject $http or $q from a config function. They are not available yet (they're also being configured!).