export default class controller { static $inject = [ '$scope' ]; constructor($scope: ng.IScope) { } }