RSS Git Download  Clone
Raw Blame History 230B 10 lines
p3xr.ng.component('p3xrMainKey', {
    template: require('./p3xr-main-key.html'),
    controller: function(p3xrCommon, p3xrRedisParser, p3xrSocket, $rootScope, $stateParams) {

        this.$stateParams = $stateParams;
    }
})