'use strict'; angular. module('test', []). controller('TestController', function($scope) { $scope.text = 'Hello, world!'; });