Merge pull request #4807 from feelingsofwhite/master

angular's $anchorScroll can be called with an optional hash parameter
This commit is contained in:
Masahiro Wakame
2015-07-03 22:53:11 +09:00
+1
View File
@@ -1064,6 +1064,7 @@ declare module angular {
///////////////////////////////////////////////////////////////////////////
interface IAnchorScrollService {
(): void;
(hash: string): void;
yOffset: any;
}