kongadmin
Version:
Kong admin GUI
17 lines (14 loc) • 399 B
JavaScript
/**
* Author component to wrap all author specified stuff together. This component is divided to following logical
* components:
*
* Controllers
* Models
*
* All of these are wrapped to 'frontend.examples.author' angular module.
*/
(function() {
'use strict';
// Define frontend.examples.author angular module
angular.module('frontend.consumers.groups', []);
}());