AngularJS-brackets icon indicating copy to clipboard operation
AngularJS-brackets copied to clipboard

AngularJS plugin for Brackets (booya)

Results 10 AngularJS-brackets issues
Sort by recently updated
recently updated
newest added

When you use a directive that is restricted to an element Quick Edit seems to prefer the CSS definition instead of the directive (and won't find the directive). It does...

Brackets is not responding after i try to quick edit any of angular directives. I'm using: Brackets sprint 1 build 1.1.0-15558 (release ea908cae5) build timestamp: Wed Dec 17 2014 12:50:55...

Is there a way to live edit angular views? If I'm in the top level file and live edit, the view file is not live-editable. I can inline the file...

I'ts awfull!! The only missing here is support for element editing... I'm not sure if it's possible as brackets itself interprets that when an element is quick edited you want...

XDK intel work and urge the plugin from the plugin option ide , can not get worse it work is needed on the angularjs this code in the same file...

when i open in line editer with ng-controller,it only shows me the css edit.do i need to do some settings?

Right now a fairly brittle pattern is being used to recognize directives and controllers. This regex and related code should be expanded to be more versatile. Such as when passing...

Right now it's hardcoded to search .js and .htm(l) files. However if you want to traverse other file extensions it would be nice to specify in preferences.

Instead of parsing the entire file tree every single time an expansion is performed, it might be better to just index all directives and controllers (since there probably won't be...