angular-ui/AngularJS-sublime-package

Disabling automatic code folding

bitboxx opened this issue · 1 comments

AngularJS-sublime-package automatically folds certain parameters.

ng-repeat="(index, session) in item.sessions"

becomes...

ng-repeat="(index, ...) in item.sessions"

I have to manually expand the folded code every time I want to see / modify the code. How can this be disabled? I am using Sublime Text 2

It looks like that another package is causing this.