mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
import { IScope } from 'angular';
|
|
|
|
export const promiseToDigest = ($scope: IScope) => (promise: Promise<any>) => promise.finally($scope.$evalAsync);
|