RSS Git Download  Clone
Raw Blame History 229B 11 lines
p3xr.ng.component('p3xrError', {
    template: require('./p3xr-error.html'),
    controller: function ($stateParams, $rootScope) {

        this.$stateParams = $stateParams
        $rootScope.p3xr.state.failed = true;

    }
})