fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152

This commit is contained in:
Torkel Ödegaard 2015-09-19 14:58:52 +02:00
parent a23217cc6f
commit b4093ccf59

View File

@ -15,8 +15,8 @@ function (angular, _, $, gfunc) {
' spellcheck="false" style="display:none"></input>';
var buttonTemplate = '<a class="tight-form-item tight-form-func dropdown-toggle"' +
' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown"' +
' data-placement="top"><i class="fa fa-plus"></i></a>';
' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown">' +
'<i class="fa fa-plus"></i></a>';
return {
link: function($scope, elem) {