mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added missing listen function in angular-ui-router
UrlRouter service has a function listen() that is undocumented in reference, but is mentioned in other parts of the documentation.
This commit is contained in:
+1
@@ -269,6 +269,7 @@ declare module angular.ui {
|
||||
*
|
||||
*/
|
||||
sync(): void;
|
||||
listen(): void;
|
||||
}
|
||||
|
||||
interface IUiViewScrollProvider {
|
||||
|
||||
Reference in New Issue
Block a user