var app = angular.module('myApp', []) app.controller('TextController', function() { this.message = 'いよいよ旅の始まりです。' })