2016-11-12 16:06:02 +00:00

5 lines
109 B
TypeScript

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