function MainController($scope){

var ctrl = this;

}

angular

.module('app')
.controller('MainController', ['$scope', MainController]);