mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-03 12:14:32 +00:00
Merge remote-tracking branch 'upstream/master' into angular-component-router
Conflicts: angularjs/angular.d.ts
This commit is contained in:
5
angularjs/angular.d.ts
vendored
5
angularjs/angular.d.ts
vendored
@@ -1632,7 +1632,6 @@ declare module angular {
|
||||
// see http://angularjs.blogspot.com.br/2015/11/angularjs-15-beta2-and-14-releases.html
|
||||
// and http://toddmotto.com/exploring-the-angular-1-5-component-method/
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
* Runtime representation a type that a Component or other object is instances of.
|
||||
*
|
||||
@@ -1728,6 +1727,10 @@ declare module angular {
|
||||
$routeConfig?: RouteDefinition[];
|
||||
}
|
||||
|
||||
interface IComponentTemplateFn {
|
||||
( $element?: IAugmentedJQuery, $attrs?: IAttributes ): string;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// Directive
|
||||
// see http://docs.angularjs.org/api/ng.$compileProvider#directive
|
||||
|
||||
Reference in New Issue
Block a user