noosfero_root_scope.ts 128 Bytes Edit Raw Blame History 1 2 3 4 5 import {User} from "./../../models/interfaces"; export interface NoosferoRootScope extends ng.IScope { currentUser: User; }