提交 1dfed85f 编写于 作者: P Piotr Bryk 提交者: Sebastian Florek

Fix $transclude annotations (#1227)

Fixes #629
上级 390af694
......@@ -17,11 +17,11 @@
*/
export class InfoCardController {
/**
* @param {Object} $transclude TODO(floreks) fix this when externs are fixed
* @param {!angular.$transclude} $transclude
* @ngInject
*/
constructor($transclude) {
/** @private {Object} */
/** @private {!angular.$transclude} */
this.transclude_ = $transclude;
}
......
......@@ -18,7 +18,7 @@
export class ResourceCardListFooterController {
/**
* @param {!../../pagination/pagination_service.PaginationService} kdPaginationService
* @param {!angular.$transclude} $transclude TODO(floreks) fix this when externs are fixed
* @param {!angular.$transclude} $transclude
* @ngInject
*/
constructor(kdPaginationService, $transclude) {
......@@ -27,7 +27,7 @@ export class ResourceCardListFooterController {
this.listPagination_;
/** @private {!../../pagination/pagination_service.PaginationService} */
this.paginationService_ = kdPaginationService;
/** @private {Object} */
/** @private {!angular.$transclude} */
this.transclude_ = $transclude;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册