mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
angular's $anchorScroll can be called with an optional has parameter ~ see https://code.angularjs.org/1.4.1/docs/api/ng/service/$anchorScroll
This commit is contained in:
1
angularjs/angular.d.ts
vendored
1
angularjs/angular.d.ts
vendored
@@ -1064,6 +1064,7 @@ declare module angular {
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
interface IAnchorScrollService {
|
||||
(): void;
|
||||
(hash: string): void;
|
||||
yOffset: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user