app.directive('footer',[function(){ return { restrict: 'E', replace: true, templateUrl: 'app/views/footer.html', } }])