[WIP] Add link function

l-merge-prefix
David Cormier 11 years ago committed by Lorenz Hübschle-Schneider
parent 32d9ffc7ae
commit 00953a7115
  1. 10
      js/glowingbear.js

@ -1243,8 +1243,16 @@ weechat.directive('bufferLine', function() {
previousbufferline: '='
},
link: {
pre: function preLink(scope, iElement, iAttrs, controller) {
for (var part in scope.bufferline.prefix) {
}
}
},
controller: function($scope) {
console.log($scope);
}
}

Loading…
Cancel
Save