-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider changing prefix to Ng<space> from AngularJS #3
Comments
@alexeygolev since you're my one vocal user... thoughts? |
For example <snippet>
<content><![CDATA[.\$dirty]]></content>
<tabTrigger>.$</tabTrigger>
<scope>source.coffee</scope>
<description>Angular Controller $dirty</description>
</snippet> becomes <snippet>
<content><![CDATA[.\$dirty]]></content>
<tabTrigger>.$</tabTrigger>
<scope>source.coffee</scope>
<description>Ng Controller $dirty</description>
</snippet> |
yeah...I guess it makes sense... that way they going to fit better. Thank you for doing this, btw. Using the package for my project now... speeds things up! |
Cool... glad to hear. I'm probably going to add out some more scaffolds for using RequireJS + AngularJS... there's some boilerplate there that would be convenient to take care of with a snippet. |
This will give the content more room to breathe. The
Shift + F3
can still be bound to search onNg<space>
instead ofAngularJS
The text was updated successfully, but these errors were encountered: