(function () { 'use strict'; app.controller('Header', function($scope) { console.log("Header"); }); })();