AngularJS for Brackets
AngularJS extension for Brackets by the AngularUI team
Details
version
1.1.2
modified
2014-03-12T09:30:13.611Z
first seen
2013-09-04T21:48:48.052Z
downloads
97611
Versions
Readme
### QuickEdit directives, controllers and services?
**Yes Please!**
Watch a [screencast](http://www.youtube.com/watch?v=5ABAlfjkj3Q)
of Angular-JS-brackets in action.
## Preview


## Contribute
0. Uninstall the version you installed via brackets package manager
1. `git clone git@github.com:angular-ui/AngularJS-brackets.git ~/Library/Application\ Support/Brackets/extensions/user/AngularJS-brackets` (the destination may be different for your OS)
2. In Brackets: `Debug` > `Show Developer Tools`
3. In the Developer Tools window, `Sources` > <kbd>CTRL</kbd>/<kbd>CMD</kbd>+<kbd>O</kbd> and type in 'angular' to filter to files from this extension
4. Place breakpoints or debuggers, etc where necessary
5. Fork the repo and send pull-requests!