import { IScope as ngIscope } from 'angular'; export interface IScope extends ngIscope { vm: any; }