angular .module('bit.components') .component('actionButtonsComponent', { bindings: { uri: '<' }, template: '', controller: function (stateService) { this.$onInit = (function () { }).bind(this); this.$onChanges = (function () { }).bind(this); } });