UNPKG

gaf-mobile

Version:

GAF mobile Web site

14 lines (12 loc) 320 B
'use strict'; angular.module('gafMobileApp') .directive('mobileFooter', function() { return { restrict: 'E', templateUrl: 'components/mobile-footer/mobile-footer.html', controller: function() { this.year = new Date().getFullYear(); }, controllerAs: 'footerCtrl' }; });