Editor for AngularJs?

I would like to know the best editor (free editor preferably) to learn and develop apps in angularJs? I can do it with normal editors (I use sublime) but I just want to know whether anything specifically is there for AngularJs and gives some auto complete after 'ng-' and other features like that.

FYI: I usually work on ubuntu.

There is an angular plugin for IntelliJ/Webstorm with autocomplete for ng- attributes and some live templates.

http://plugins.intellij.net/plugin/?idea&pluginId=6971

It wouldn't be too difficult to create a similar plugin for Sublime though