mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			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); |