UNPKG
lindat-common
Version:
latest (1.5.0)
1.5.0
1.4.2
1.4.1
1.4.0
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
Common Lindat Theme (header and footer)
lindat.mff.cuni.cz
ufal/lindat-common
lindat-common
/
src
/
angular
/
footer.js
8 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* @ngInject */
module
.
exports
=
function
LindatFooterDirective
(
) {
return
{
restrict
:
'AE'
,
template
:
require
(
'../partials/footer.html?{lang: "en", angular: true}'
) }; };