basarat
d9ffc0a135
bool -> boolean
2013-08-07 10:02:12 +10:00
Diullei Gomes
09be3956b6
Merge pull request #834 from Diullei/test-runner-0.9.1
...
update test runner to 0.9.1
2013-08-06 15:38:13 -07:00
Diullei Gomes
830258f9f4
update test runner to 0.9.1
2013-08-06 19:34:20 -03:00
Boris Yankov
d1f801dd39
Fix node removeAllListeners method definition
2013-08-06 22:02:46 +03:00
Boris Yankov
a4165810a3
Merge pull request #830 from duncanbrown/master
...
SugarJS: Generic Arrays
2013-08-06 05:46:07 -07:00
Boris Yankov
be41121b91
Merge pull request #831 from scriby/master
...
Browser harness typescript definitions
2013-08-06 05:45:33 -07:00
Chris Scribner
4cfe79bb52
Browser harness typescript definitions
2013-08-05 22:13:38 -04:00
Duncan Brown
a9cb852749
Generic Arrays
...
Generic types now flow through array methods.
Removed definitions for indexOf, lastIndexOf, reduce & reduceRight as
lib.d.ts already defines them and sugar does not add anything.
Added tests for arrays.
Fixed encoding in tests.
2013-08-05 21:06:59 +01:00
Boris Yankov
74c361e16a
Merge pull request #826 from gandjustas/master
...
SharePoint definitions: Added RequestExecutor, Animations, improved SOD and small bug fixes.
2013-08-05 06:19:00 -07:00
Boris Yankov
57e966e787
Merge pull request #824 from seikichi/bugfix
...
Fix the argument type of JQuery.html
2013-08-05 06:17:57 -07:00
Boris Yankov
6f998bc2c0
Merge pull request #829 from georgiosd/master
...
Added generics to IHttpPromise and some missing properties/overloads
2013-08-05 06:17:22 -07:00
Boris Yankov
df631b6f25
Merge pull request #825 from basarat/patch-2
...
path.resolve
2013-08-05 06:16:09 -07:00
Boris Yankov
30102893bd
Merge pull request #827 from Nycto/master
...
Definition file for Persona
2013-08-05 06:14:29 -07:00
Boris Yankov
1fee2b9df6
Merge pull request #828 from biiiipy/patch-1
...
Add "name" prop to IRoute
2013-08-05 06:08:47 -07:00
Georgios Diamantopoulos
25c88427fb
Added generics to IHttpPromise and some missing properties/overloads
...
I know you haven't used generics so far so I hope this is a welcome
change - the only nuisance is that it will "break" current compilation
but will increase type safety by far.
Also added params to ICurrentRoute and inline injection notation to
$provide.decorator as per
https://github.com/borisyankov/DefinitelyTyped/issues/799
2013-08-05 12:06:53 +03:00
biiiipy
2112b07817
Add "name" prop to IRoute
2013-08-05 11:31:43 +03:00
Nycto
e10beb2077
Definition file for Persona
2013-08-04 10:52:13 -07:00
gandjustas
704fb61af7
SharePoint definitions: Added RequestExecutor, Animations, improved SOD, small bug fixes.
2013-08-04 18:25:39 +04:00
basarat
79dc2f4c35
path.resolve
...
It can take a single "to" parameter : http://nodejs.org/docs/latest/api/path.html#path_path_resolve_from_to and in fact that is *the* way you get "Absolute paths" in node
2013-08-04 16:07:49 +10:00
Diullei Gomes
2089d27c7f
Merge pull request #823 from basarat/patch-1
...
Update angular.d.ts for dependency injection
2013-08-03 09:13:40 -07:00
Diullei Gomes
527fb8d1ed
Merge pull request #820 from jbaldwin/master
...
Merge underscore+typed versions together
2013-08-03 09:11:38 -07:00
Diullei Gomes
ed232b883f
Merge pull request #818 from danieljsinclair/patch-1
...
IRoute.templateUrl also now accepts a function instead of a string.
2013-08-03 09:09:13 -07:00
Diullei Gomes
8f5f5e4553
Merge pull request #817 from goldenratio/patch-1
...
update setMute and getMute for createjs.Sound
2013-08-03 09:08:18 -07:00
Diullei Gomes
7873281824
Merge pull request #816 from yutavsky/master
...
Momentjs : fix some method type
2013-08-03 09:07:44 -07:00
Diullei Gomes
17df2c7aaa
Merge pull request #815 from santialbo/patch-3
...
Restangular also accepts strings as id for the method "one"
2013-08-03 09:06:42 -07:00
seikichi
d335c0339b
Fix the argument type of JQuery.html
2013-08-03 23:53:48 +09:00
basarat
6fc8cd92ed
Update angular.d.ts
...
allows the following syntax :
function foo($scope){}
foo.$inject = ['$scope']
2013-08-03 14:45:05 +10:00
jbaldwin
69d53f2b43
Merge underscore+typed versions together
2013-08-01 16:19:51 -06:00
Boris Yankov
6140c736a9
Merge pull request #814 from santialbo/patch-2
...
Add missing getRestangularUrl method in Restangular definition
2013-08-01 14:49:36 -07:00
danieljsinclair
f711d046d5
IRoute.templateUrl also now accepts a function instead of a string.
...
Adjusted templateUrl of IRoute because $routeProvider now allows function templateUrls to be defined such as;
.when("/:controller/:action", {
templateUrl: function ($routeParams) {
console.log("Default rule");
return '/ng/app/views/partials/' + $routeParams.action.toLowerCase() + '.htm';
}
})
2013-08-01 18:12:31 +01:00
yutavsky
f9ceadde2a
fix some method type
2013-08-01 23:20:03 +09:00
Santi Albo
3056c411a7
Restangular also accepts strings as id for the method "one"
2013-08-01 15:16:05 +01:00
Santi Albo
709fe49bf3
Add missing getRestangularUrl method
...
Both `RestangularElement` and `RestangularCollection` were missing the `getRestangularUrl`.
https://github.com/mgonto/restangular#element-methods
2013-08-01 12:19:52 +01:00
Boris Yankov
ac5577e72e
Merge pull request #813 from codeBelt/master
...
Updated for TypeScript 0.9.0
2013-07-31 05:02:52 -07:00
codebelt
e96a964818
Updated for TypeScript 0.9.0
2013-07-30 22:42:09 -05:00
Diullei Gomes
ac0552ee3e
Merge pull request #812 from santialbo/patch-1
...
Fix withConfig return type in restangular
2013-07-30 19:15:32 -07:00
Diullei Gomes
63417d4db0
Merge pull request #809 from derekcicerone/patch-7
...
Fix more bool usage picked up by the 0.9.1 beta
2013-07-30 19:07:14 -07:00
Boris Yankov
c2f73e9f17
Merge pull request #811 from derikwhittaker/master
...
Definition file for Bootstrap Timepicker
2013-07-30 07:12:26 -07:00
Derik Whittaker
640c34cbf4
Definition file for Bootstrap Timepicker
2013-07-30 06:01:05 -04:00
Santi Albo
607c86a814
Fix withConfig return type in restangular
...
`withConfig` method returns a new Restangular service, not a RestangularElement.
https://github.com/mgonto/restangular#properties
2013-07-29 11:01:00 +01:00
Derek Cicerone
1629acedfa
Fix more bool usage picked up by the 0.9.1 beta
2013-07-28 20:40:15 -07:00
Diullei Gomes
63af12c1a4
Merge pull request #787 from csrakowski/master
...
Added definitions for RoyalSlider v9.4.0
2013-07-28 19:25:50 -07:00
Boris Yankov
9da87a1b1d
Merge pull request #803 from xt0rted/angular.$log
...
Angular JS: adding debug() to the log service
2013-07-28 10:38:04 -07:00
Boris Yankov
9f227fc13d
Merge pull request #806 from jraymakers/master
...
Fix syntax errors in all definition files
2013-07-28 10:37:20 -07:00
Boris Yankov
825ac3520b
Merge pull request #804 from skideh/master
...
Added ko.unwrap shortcut
2013-07-28 10:36:01 -07:00
Boris Yankov
9a5f4c5d12
Merge pull request #807 from derikwhittaker/master
...
Definition file for Bootstrap Paginator
2013-07-28 10:35:20 -07:00
Derik Whittaker
9c09d6a076
Definition file for Bootstrap Paginator
...
https://github.com/lyonlai/bootstrap-paginator
2013-07-28 07:38:37 -04:00
jraymakers
6adcf493b7
fix underscore-ko syntax errors
2013-07-27 21:33:49 -07:00
jraymakers
53bb6e36ed
fix teechart syntax error
2013-07-27 21:33:10 -07:00
jraymakers
9a1337949e
fix node_redis syntax error
2013-07-27 21:31:33 -07:00