UNPKG

knowhow-server

Version:

A personal workflow engine that can manage and use any network connected host

11 lines (8 loc) 199 B
'use strict'; /* Directives */ angular.module('myApp.directives', []). directive('appVersion', function (version) { return function(scope, elm, attrs) { elm.text(version); }; });