Commit Graph

15 Commits

Author SHA1 Message Date
Andrew Zheng
e56981db5b Update comment, fix typo 2017-02-01 15:56:56 -08:00
Andrew Zheng
b033ae77a8 Add optional parameter to verifyNoOutstandingExpectation() 2017-01-18 15:14:17 -08:00
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy
1770103b6e Move header versions to the end of the line where they can be parsed (#13139) 2016-12-06 10:57:11 -08:00
Paul van Brenk
77104a253b Merge pull request #12048 from pramodsankarl/types-2.0
Make $scope optional in IComponentControllerService locals
2016-11-30 14:57:34 -08:00
ersimont
27ac4c76e0 Update $httpBackend.flush() 2016-11-26 20:40:22 -05:00
Nathan Shively-Sanders
6d1d306081 Make IAnimateService.closeAndFlush return void 2016-11-23 11:12:28 -08:00
ersimont
844c913df0 Add animate.IAnimateService 2016-11-16 22:31:40 -05:00
Mike Haas
d056f0b650 Make comp ctrl locals param scope optional (#12659)
IComponentControllerService ($componentController) has a second param, locals, which allows for an optional scope key to be provided. This fixes the typing to make that property actually optional.

You can see that here https://docs.angularjs.org/guide/component#unit-testing-component-controllers and here https://docs.angularjs.org/api/ngMock/service/$componentController
2016-11-15 11:06:33 -08:00
Andy
d2150a603f Even more 2.0 (#12503)
* Always use forceConsistentCasingInFileNames

* Rename files

* Convert more packages to `types-2.0` style
2016-11-05 13:34:11 -07:00
PSL
0f4ac0636b Fix spacing 2016-10-17 21:50:19 -04:00
PSL
79908a23cd Update IComponentControllerService to make $scope property in locals type optional.
Update unit test
2016-10-17 20:55:52 -04:00
Ryan Cavanaugh
11d624e656 Merge commit 'upstream/master~500' into merge_7_25 2016-07-26 12:17:32 -07:00
Mohamed Hegazy
4e78cb2edd Angular sub packages (#10170)
* move angular-animate.d.ts to its own folder

* Make angular-animate a module, and use module augmentation to update the angular module

* Move angular-cookies.d.ts to its own folder

* Make angular-cookies a module, and use module augmentation to update the angular module

* Remove outdated readme

* Move angular-mocks.d.ts to its own folder

* Make angular-mocks a module, and use module augmentation to update the angular module

* Move angular-resource.d.ts to its own folder

* Make angular-resource a module, and use module augmentation to update the angular module

* Move angular-route.d.ts to its own folder

* Make angular-route a module, and use module augmentation to update the angular module

* Move angular-santize.d.ts to its own folder

* Make angular-sanitize a module, and use module augmentation to update the angular module
2016-07-18 15:36:53 -07:00