Today's welcome message is:

{{myWelcome}}

The $http service requests a page on the server, and the response is set as the value of the "myWelcome" variable.

The .get method is a shortcut method of the $http service. There are several shortcut methods:

.delete()
.get()
.head()
.jsonp()
.patch()
.post()
.put()