removing resolve on /login route

This commit is contained in:
Jared Tabor 2015-09-30 11:09:09 -04:00
parent 90c3ccfc8c
commit 0f1d9a8743

View File

@ -9,10 +9,5 @@ import {templateUrl} from '../shared/template-url/template-url.factory';
export default {
name: 'signIn',
route: '/login',
templateUrl: templateUrl('login/loginBackDrop'),
resolve: {
features: ['FeaturesService', function(FeaturesService) {
return FeaturesService.get();
}]
}
templateUrl: templateUrl('login/loginBackDrop')
};