QuickEdit directives, controllers and services?
Yes Please!
Watch a screencast of Angular-JS-brackets in action.
Preview
Contribute
- Uninstall the version you installed via brackets package manager
git clone [email protected]:angular-ui/AngularJS-brackets.git ~/Library/Application\ Support/Brackets/extensions/user/AngularJS-brackets
(the destination may be different for your OS)- In Brackets:
Debug
>Show Developer Tools
- In the Developer Tools window,
Sources
> CTRL/CMD+O and type in 'angular' to filter to files from this extension - Place breakpoints or debuggers, etc where necessary
- Fork the repo and send pull-requests!