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:
Dan Lewi Harkestad
2015-08-04 15:05:31 +02:00
parent 008b03a4b6
commit 92ba5354f9
+1
View File
@@ -269,6 +269,7 @@ declare module angular.ui {
*
*/
sync(): void;
listen(): void;
}
interface IUiViewScrollProvider {