diff --git a/js/glowingbear.js b/js/glowingbear.js index fa30c7f..4907525 100644 --- a/js/glowingbear.js +++ b/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); } }