(function () { "use strict"; var TOS = function ($scope) { }; TOS.$inject = ['$scope']; angular.module('streamApp').controller('termsOfServiceController', TOS); })();