angular.module('SkyApp', []) .controller('SkyController', ['$scope', function($scope) { $scope.teszt="teszt"; }]);