Skip to content

Instantly share code, notes, and snippets.

$stateProvider.state('main.redirectINITIAL', {
//url: '/redirect',
views: {
'main.content@': {
//templateUrl: '/redirect.html',
template: '<meta http-equiv="refresh" content="0;URL=/" />',
controller: function($rootScope) {
//$rootScope.gotoHome = true;
}
}