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