RSS Git Download  Clone
Raw Blame History 210B 16 lines
p3xr.ng.component('p3xrMainInfo', {
    template: `

    INFO
    
`,
    bindings: {
        p3xrResize: '&',
    },
    controller: function(p3xrCommon, p3xrRedisParser, p3xrSocket, $rootScope) {


    }
})