var app = angular.module('SinsApp', []); app.controller('MainController', function(){ this.foo = 'bar' });