UNPKG
gaf-mobile
Version:
latest (1.0.0)
1.0.0
GAF mobile Web site
gaf-mobile
/
app
/
components
/
posting-guide
/
posting-guide.js
10 lines
(8 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
; angular.
module
(
'gafMobileApp'
) .
directive
(
'postingGuide'
,
function
(
) {
return
{
restrict
:
'E'
,
templateUrl
:
'components/posting-guide/posting-guide.html'
}; });