var timeLineApp = angular.module('myApp', []); timeLineApp.controller('mainCtrl', function($scope){ $scope.test = 'Hey from Angular :)'; });