Michel Salib
a59d261c8d
Angular IServiceProvider::$get is injected
...
Actually the $get function is called via invoke.
2013-11-27 15:06:38 +01:00
Basarat Ali Syed
20655ae164
to kickoff nuget build
2013-11-20 11:42:55 +11:00
Ben Turner
62c4df6fcd
Fix typo in comments
...
defile => define
2013-11-20 10:01:52 +11:00
basarat
9590d1e8f5
fixed path issues in 1.0 files. Verified that angular-scenario is still a part of angular dist : http://code.angularjs.org/1.2.1/ so left it inside angularjs folder
2013-11-19 21:46:01 +11:00
Basarat Syed
dfba1ce255
moved angular 1.0 and angular-scenario files to legacy folder
2013-11-19 17:34:55 +11:00
Basarat Ali Syed
40b93ee4a9
Merge pull request #1284 from vvakame/add-find-not-required-tscparams
...
infrastructure: remove not required tscparam files
2013-11-18 21:59:48 -08:00
Masahiro Wakame
1b28c3344b
Removed not required .tscparams
2013-11-19 13:56:28 +09:00
John Emau
10603d7cec
fix readme clean up missed in merge
2013-11-18 15:39:15 -08:00
John Emau
a5f133ec4f
updating angular readme with new example of using angular resource definitions
...
Conflicts:
angularjs/README.md
2013-11-18 15:36:26 -08:00
Basarat Ali Syed
2dbd46d87f
angular : $http timeout can be number or promise
...
reference : https://github.com/angular/angular.js/issues/1159#issuecomment-19043323
2013-11-18 15:17:53 +11:00
John Emau
04c609c2a0
adding tests for angular sanitize
2013-11-13 15:38:47 -08:00
John Emau
54daea88b9
adding linky filter to ngSanitize
2013-11-13 14:28:12 -08:00
basarat
b6d875402f
Catch and finally
2013-11-13 19:46:46 +11:00
basarat
ba8c8ffdf7
No unwrapping for notify callback (ofcourse)
2013-11-13 19:37:34 +11:00
basarat
12b39a17a0
For #1258
2013-11-13 17:39:09 +11:00
Michel Salib
079dfe6e92
Add missing angular scenario function
...
Added iit, xit and ddescribe.
2013-11-12 10:56:40 +01:00
John Emau
003030c295
Merge branch 'borisyankov-definitelytyped-master' into updating-angular-resource
...
Conflicts:
angularjs/angular-resource-tests.ts
2013-11-11 12:52:38 -08:00
John Emau
9ad3c8740a
removed IActionCall and changed query method to return an IResource array
...
Conflicts:
angularjs/angular-resource-tests.ts
2013-11-11 09:58:41 -08:00
RupertAvery
16f8fd18dd
SCE Services and Providers
2013-11-10 19:47:22 +08:00
RupertAvery
e3d4e2fd68
change bool to boolean
2013-11-10 17:13:43 +08:00
RupertAvery
417b93032f
added Strict Contextual Escaping services and providers
2013-11-10 17:11:26 +08:00
hastebrot
6e39fe3652
Add; IntervalService to angular.d.ts
2013-11-04 13:28:40 +01:00
Ashwin Ramaswamy
4157d2bf00
type directive factory with Function type
...
- the existing type fails with the stricter 0.9.5 compiler
2013-11-01 14:56:56 -04:00
Georgios Diamantopoulos
793b8296f2
Added args param to scope.$eval
2013-10-31 15:59:20 +02:00
Georgios Diamantopoulos
15f9750043
Fixes in latest NG pkg
...
`IAttributes` definition made it impossible to use scoped attributes - see my comments
`scope.$eval` was missing locals argument
`IDirective.controller` made it impossible to use minify-safe array notation, had to switch back to `any`
`IDirective.require` can be both `string` or `string[]` so changed back to `any`.
This will all be so much better once we get union support in TS...
2013-10-29 12:09:34 +02:00
studiollama
107312a84b
Added controllerAs to IRoute
2013-10-26 13:32:45 -07:00
Kenneth Kolstad
1bf0e657ee
Add $addControl and $removeControl to IFormController
2013-10-25 02:39:36 -04:00
Jacob Boland
603d36d40c
Reimplement earlier changes to header
2013-10-24 12:55:02 -07:00
Jacob Boland
f1f15ffd03
Fix parameter types which were actually variable names implicitly defined as any
2013-10-24 12:49:28 -07:00
John Emau
4d3715ca67
reverted accidental removal of author comment from angular-mocks.d.ts
2013-10-24 07:14:18 -07:00
John Emau
67d306f4e9
reverted accidental removal of author comment
2013-10-24 07:04:15 -07:00
John Emau
aed0b9670e
updated angular readme to mention new ng.route module
2013-10-23 16:28:25 -07:00
John Emau
d5d2fe59d6
fixed angular version labels in comments
2013-10-23 15:03:09 -07:00
John Emau
912097ef16
adding missing tscparam files for needed angular files
2013-10-23 14:55:47 -07:00
John Emau
5078772afb
fixing error in angular-1.0 tests
2013-10-23 14:55:47 -07:00
Jared Reynolds
9ba67fffd6
Updated angular IDirective for 1.2.0
...
Conflicts:
angularjs/angular.d.ts
2013-10-23 14:55:47 -07:00
Jared Reynolds
604c5b5d6f
Added tests for angular resource type definitions
2013-10-23 14:55:46 -07:00
Jacob Boland
c8881ff07b
Add IAttributes tests
2013-10-23 14:55:46 -07:00
Jacob Boland
027c81a0b0
Add IAttributes members and comments
2013-10-23 14:55:46 -07:00
Jared Reynolds
bf2ed03d80
Added remainder of angular mocks 1.2 definitions
2013-10-23 14:55:46 -07:00
John Emau
1928fb24b3
fixing angular-route-tests
2013-10-23 14:55:46 -07:00
John Emau
e06a344578
Merge branch 'update-angularjs' into removing-extraneous-for-daptiv-type-definitions
...
Conflicts:
angularjs/angular-mocks.d.ts
2013-10-23 14:55:46 -07:00
Jonathan Park
683e94d8d8
Adding angular 1.2 definitions
...
Conflicts:
angularjs/angular-mocks.d.ts
2013-10-23 14:55:46 -07:00
unknown
465dfbaa6e
Angular mocks changes for 1.2.0
2013-10-23 14:55:46 -07:00
Georgios Diamantopoulos
1ea3ae922f
NG directives: fixes
...
Allow functions to be defined for template/templateUrl and array notation in controller
There's not a more elegant solution that I know of until we get structs in TS anyway.
2013-10-21 12:35:44 +03:00
vvakame
34899afaae
Merge commit '2772dfeec9cdb1744f6c010babef9e40b6770dd7' into plan-of-destroy-implicitAny
2013-10-18 12:41:53 +09:00
Santi Albo
8c58256dc7
Set viewValue to any everywhere
...
Documentation states `viewValue` and `modelValue` to be a string but other types do work and it's common to use them.
2013-10-17 14:36:13 +01:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
basarat
2a1a03c61f
Controller is a valid directive member
2013-10-01 22:27:10 +10:00