UNPKG

knowhow-server

Version:

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

10 lines (6 loc) 183 B
'use strict'; /* Services */ // Demonstrate how to register services // In this case it is a simple value service. angular.module('myApp.services', []). value('version', '0.1');