jobanorth

Results 2 issues of jobanorth

treeRightClick directive deps, need to be changed like below to avoid issues when uglified/minimized. .directive('treeRightClick', ['$parse', function($parse) { return function(scope, element, attrs) { var fn = $parse(attrs.treeRightClick); element.bind('contextmenu', function(event) {...

any other number like 17.33, 12.56, 74.55 work, it only happens with 17.99 ==> 17.89 any idea ?