AngularJS-sublime-package icon indicating copy to clipboard operation
AngularJS-sublime-package copied to clipboard

AngularJS code completion, snippets, go to definition, quick panel search, and more.

Results 17 AngularJS-sublime-package issues
Sort by recently updated
recently updated
newest added

I am using ng-annotate so the annotation takes place automatically for me when i pass my scripts through gulp. It would be easier for me not to have verbose factory,...

Is there a way that disable the angular js autocomplete in exculded files? cause I have some js just for jqury use. do not need the angular autocomplete.

To keep this plugin version agnostic we'll need to have a dict for each 1.x release. It will be much easier keeping things up-to-date [in progress] Related issues: https://github.com/angular-ui/AngularJS-sublime-package/issues/77 https://github.com/angular-ui/AngularJS-sublime-package/issues/74...

Fantastic plugin. One potentially large flaw.This plugin is not structured to properly support signature changes across Angular versions. It is not clear what version of Angular is currently being used...

Nice code completion tool. Hope to see it is upgraded to support AngularJS 1.3 such as ng-model-options. TQ.

Is there a flag for disabling inline annotation of controller definitions etc for those of us that use things like ngMin and ngAnnotate? If not, am I doing something wrong?...

``` js $interpolate(string, mustHaveExpression, trustedContext); ``` but ``` js $interpolate(string, mustHaveExpression, trustedContext, allOrNothing) ``` is correct