mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
vault listing page fixes
This commit is contained in:
18
src/popup/app/components/actionButtonsComponent.js
Normal file
18
src/popup/app/components/actionButtonsComponent.js
Normal file
@@ -0,0 +1,18 @@
|
||||
angular
|
||||
.module('bit.components')
|
||||
|
||||
.component('actionButtonsComponent', {
|
||||
bindings: {
|
||||
uri: '<'
|
||||
},
|
||||
template: '',
|
||||
controller: function (stateService) {
|
||||
this.$onInit = (function () {
|
||||
|
||||
}).bind(this);
|
||||
|
||||
this.$onChanges = (function () {
|
||||
|
||||
}).bind(this);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user