footer.js 135 B

1234567
  1. app.directive('footer',[function(){
  2. return {
  3. restrict: 'E',
  4. replace: true,
  5. templateUrl: 'app/views/footer.html',
  6. }
  7. }])