Move plugin to it's own directive
This commit is contained in:
parent
6605a49f7c
commit
6b12926887
3 changed files with 32 additions and 8 deletions
|
@ -762,6 +762,20 @@ weechat.config(['$routeProvider',
|
|||
}
|
||||
]);
|
||||
|
||||
|
||||
weechat.directive('plugin', function() {
|
||||
|
||||
return {
|
||||
templateUrl: 'directives/plugin.html',
|
||||
|
||||
scope: {
|
||||
data: '=data',
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
weechat.directive('inputBar', function() {
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue