feat(SublimeText2.WebPackages): cache packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$injector]]></content>
|
||||
<tabTrigger>$</tabTrigger>
|
||||
<scope>source.coffee</scope>
|
||||
<description>Angular $injector</description>
|
||||
</snippet>
|
@@ -0,0 +1,8 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$injector.annotate () ->
|
||||
${1:#a function to annotate}
|
||||
]]></content>
|
||||
<tabTrigger>$injector.</tabTrigger>
|
||||
<scope>source.coffee</scope>
|
||||
<description>Angular $injector annotate</description>
|
||||
</snippet>
|
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$injector.get '${1:serviceName}']]></content>
|
||||
<tabTrigger>$injector.</tabTrigger>
|
||||
<scope>source.coffee</scope>
|
||||
<description>Angular $injector get</description>
|
||||
</snippet>
|
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$injector.instantiate ${1:constructor-function}${2:,${3:optional-locals}}]]></content>
|
||||
<tabTrigger>$injector.</tabTrigger>
|
||||
<scope>source.coffee</scope>
|
||||
<description>Angular $injector instantiate</description>
|
||||
</snippet>
|
@@ -0,0 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[\$injector.invoke ${1:function}${2:,${3:self}}${4:,${5:optional-locals}}]]></content>
|
||||
<tabTrigger>$injector.</tabTrigger>
|
||||
<scope>source.coffee</scope>
|
||||
<description>Angular $injector invoke</description>
|
||||
</snippet>
|
Reference in New Issue
Block a user