RSS Git Download  Clone
Raw Blame History 195B 11 lines
p3xr.ng.component('p3xrMainKeySet', {
    template: require('./p3xr-main-key-set.html'),
    bindings: {
        p3xrValue: '=',
        p3xKey: '<'
    },
    controller: function() {
    }
})