feat(ST2.WebPackages): AngularJS type definitions

- Alpha version - awaiting a number of new features in
   the CoffeeComplete Plus package to make this more
   functional, simplify the type definitions.
 - Awaiting inheritance, return types for properties and functions,
   display customization of property / function names, ctor support,
   ability to store Angular definitions separately
 - Adds support for all Angular APIs
This commit is contained in:
Iristyle
2013-04-15 08:35:28 -04:00
committed by Iristyle
parent 6ad8dc2ce1
commit 0eff36c438
3 changed files with 3568 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ try {
$sublimeUserDataPath = Get-SublimeUserPath
#straight file copies
'CoffeeScript.sublime-settings' |
'CoffeeScript.sublime-settings',
'CoffeeComplete Plus Custom Types.sublime-settings',
'CoffeeComplete Plus.sublime-settings' |
% {
$params = @{
Path = Join-Path $current $_;