Open styxiak opened 8 years ago
HI,
After running grunt-contrib-uglify all JSON's are always closed, no mater what is in attribute open.
Maybe changing this line to scope.isOpen = Boolean(scope.open); fixes the issue. Please try it out and make a pull request if that fixes it for you.
scope.isOpen = Boolean(scope.open);
HI,
After running grunt-contrib-uglify all JSON's are always closed, no mater what is in attribute open.