deardesi.js/components/version/version-directive.js

14 lines
235 B
JavaScript
Raw Normal View History

2020-11-09 03:30:15 +00:00
"use strict";
2015-01-13 10:18:13 +00:00
2020-11-09 03:30:15 +00:00
angular
.module("myApp.version.version-directive", [])
2015-01-13 10:18:13 +00:00
2020-11-09 03:30:15 +00:00
.directive("appVersion", [
"version",
function (version) {
return function (scope, elm, attrs) {
elm.text(version);
};
},
]);
Internal Server Error - CoolAJ86 on GIT

Internal Server Error

Gitea Version: 1.21.11