Merge remote-tracking branch 'upstream/master' into angular-component-router

Conflicts:
	angularjs/angular.d.ts
This commit is contained in:
David Reher
2015-12-30 11:54:44 +01:00
50 changed files with 9733 additions and 1015 deletions

View File

@@ -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