Commit Graph
26 Commits
Author SHA1 Message Date
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Alex Tkachman 80c19345b8 angular.IRoute.controller can be defined as array 2016-02-11 10:14:09 +02:00
Sagar Vadodaria cf172aab99 added missing property
As per AngularJs Documentation,
(https://docs.angularjs.org/api/ngRoute/provider/$routeProvider) ,
$routeProvider has a property as well. caseInsensitiveMatch , which can
be used to turn off the case sensitive match globally.
2015-12-15 14:39:20 +05:30
Valentyn Shybanov 7610dacad2 Added return type of updateParams
Added required return type of updateParams
2015-12-04 13:36:19 +01:00
Valentyn Shybanov 380e701b39 Added missing updateParams method
According to documentation, `updateParams` method existed even in 1.3 but it was missing in `IRouteService`. Added this missing method.
2015-12-04 13:31:52 +01:00
Bogdan I. Bursuc 0af334e2c9 ICurrentRoute.locals will also contain any resolved values 2015-06-01 17:28:16 +03:00
Bogdan I. Bursuc adab66e6a9 Remove incorrect ICurrentRoute api 2015-06-01 17:08:20 +03:00
Bogdan I. Bursuc e605741296 ICurrent route can sometimes have a 5108route param 2015-05-31 10:30:59 +03:00
Henrik Huttunen bba7d848ef reference angular module using prefix "angular", not "ng" 2015-04-15 10:40:21 +03:00
vvakame 32194eaa6f add commonjs module declarations to angular 2015-03-17 22:24:15 +09:00
Basarat Ali Syed 71a138ec5e Update angular-route.d.ts 2015-03-12 11:40:36 +11:00
johnnyreilly 30ce45e0e7 AngularJS: IRoute has been union typed 2015-01-17 22:09:34 +00:00
johnnyreilly 9fc7f5794c Let the union types go forth and multiply 2015-01-17 08:04:09 +00:00
Jeremy Bell c71628e076 Adding legacy 1.2 versions of angular-animate, angular-cookies, angular-mocks, angular-resource, angular-route, angular-sanitize, and angular-scenario to address a reference issue when you bring in the 1.2 version of the core angular library. Updated documentation links in the 1.2 versions to point to the 1.2 versions of the documentation. Labeled /angularjs/angular-*.ts as 1.3 in the headers. These will be the starting points for a deeper 1.3 update review - though they are mostly backwards compatible as-is. 2014-11-06 16:10:37 -05:00
Punyashloka BiswalandPunya Biswal de37f2dbbf More precise type for $routeProvider.resolve 2014-09-24 18:35:13 -07:00
Bart van der Schoor 3d64ea7395 added missing urls to some authors
fixed node urls
2014-06-18 23:31:35 +02:00
Roland Zwaga 96e986ba0b Added $setValidity() method to IFormController.
IWindowService, IBrowserService and IRouteParamsService now all have a [key: string]: any declaration, so that code like $window['someProperty'] is allowed to compile.
2014-06-14 11:47:07 +02:00
vvakame c77a3d0cd1 fix Visual Studio + CodePoint MS932 environment 2014-06-08 01:28:13 +09:00
John Reilly d165519611 Started JSDoc based on my own usage 2014-06-06 17:05:26 +01:00
John Reilly aac5085bf1 A little JSDoc for angular-route.d.ts 2014-06-06 09:53:21 +01:00
Nathan Brown 94967f9839 Update angular-route.d.ts to set missing params
Update angular-route.d.ts to set otherwise(params:IRoute)
2014-05-20 15:37:16 -07:00
Alex Puchkov ec9eac3e8b Fix angularjs/angular-route.d.ts
IRoute.caseInsensitiveMatch was missing
2014-02-27 11:22:04 -05:00
studiollama 107312a84b Added controllerAs to IRoute 2013-10-26 13:32:45 -07:00
Jonathan ParkandJohn Emau 683e94d8d8 Adding angular 1.2 definitions
Conflicts:
	angularjs/angular-mocks.d.ts
2013-10-23 14:55:46 -07:00