RSS Git Download  Clone
Raw Blame History 229B 12 lines
/*
p3xr.ng.component('p3xrOverview', {
    template: require('./p3xr-overview.html'),
    controller: function ($rootScope, $state) {
        if (!$rootScope.hasConnected()) {
            $state.go('main')
        }

    }
})
*/