AngularJS-brackets
AngularJS-brackets copied to clipboard
Improve resource recognition
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 a reference to a function instead of just an anonymous function.