In my code, I define the following two routes:
$routeProvider.when(\'/problem/report\', { templateUrl: \'/app/management/problem/reportAProblem.html\
Add return:
authorized: ['$authorization', function($authorization) { **return** $authorization.authorize(); }]