UNPKG

gaf-mobile

Version:

GAF mobile Web site

10 lines (8 loc) 200 B
'use strict'; angular.module('gafMobileApp') .directive('postingGuide', function() { return { restrict: 'E', templateUrl: 'components/posting-guide/posting-guide.html' }; });