angular-ui / AngularJS-Atom

An AngularJS package for Github's Atom editor
https://atom.io/packages/angularjs
MIT License
284 stars 49 forks source link

Can't indent with tab key #45

Closed offsky closed 8 years ago

offsky commented 8 years ago

When I have this package installed, I cannot use the tab key on a new line to indent. When I disable the package I can indent again. When I run the Key Binding Resolver (command+.) I see the following: emmet

This started with the 0.3.2 release

outsideris commented 8 years ago

Thank you for reporting. It introduced in #19 . I will check again.

offsky commented 8 years ago

I don't have Emmet installed, if that helps

outsideris commented 8 years ago

@offsky It's good infomation.

herrherrmann commented 8 years ago

Same goes for me. No Emmet installed, can't use tab anymore with angularjs package activated.

SHDavies commented 8 years ago

I also have the same problem. It only seems to happen on HTML(Angular) files. JS files seem to work fine.

outsideris commented 8 years ago

I rollback it in @4012a0d . It was my fault. Please check it again in v0.3.3.

herrherrmann commented 8 years ago

Thanks, working again now with 0.3.3. :+1:

outsideris commented 8 years ago

@herrherrmann Thank you for feedback.