2017-01-26 15:24:10 +01:00

5 lines
109 B
TypeScript

angular.module('heroApp', [])
.controller('MainCtrl', function() {
this.message = 'Hello world';
});