angular.module("test", []). controller("TestCtrl", function($scope) { $scope.text = "Hello, world!"; });