btford/ngmin

ngmin appears to have problems with resolve in router

ralyodio opened this issue · 1 comments

fixed with this:

                job: ['$route', 'Job', function($route, Job){
                        return Job.get({ id: $route.current.params.id}).$promise;
                    }]