RSS Git Download  Clone
Raw Blame History 197B 10 lines
p3xr.ng.component('p3xrKeyPager', {
    template: require('./p3xr-key-pager.html'),
    bindings: {
        p3xrController: '<',
    },
    controller: function ($transclude, $cookies) {
    }
})