UNPKG

gaf-mobile

Version:

GAF mobile Web site

12 lines (11 loc) 286 B
'use strict'; angular.module('gafMobileApp') .directive('flMobileBackground', function() { return { link: function postLink(scope, element, attrs) { element.css({ 'background-image': 'url(' + attrs.flMobileBackground + ')' }); } }; });