UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

8 lines (6 loc) 159 B
ctrl.startup = function () { ctrl.sel("#menu").metisMenu(); }; ctrl.selectEndpoint = function(endpoint) { ctrl.callHandler('onSelectEndpoint', endpoint); }