kongadmin
Version:
Kong admin GUI
16 lines (14 loc) • 358 B
JavaScript
/**
* Layout component to wrap all core layout specified stuff together. This component is divided to following logical
* components:
*
* Controllers
* Directives
* Services
*
* All of these are wrapped to 'frontend.core.layout' angular module.
*/
(function() {
'use strict';
angular.module('frontend.core.layout', []);
}());