/* * mainApp Controller */ mainApp.controller('mainCtrl', function ($scope) { $scope.test="Test title"; });