bansho/app/components/directive/directive.js
Vincent Fournier 521f748087 Implement topbar
Change-Id: Ifc1da63e420fbf72d46f2463bb09678a220a9d47
2015-08-03 13:55:28 -04:00

13 lines
229 B
JavaScript

'use strict';
angular.module('bansho.directive', [
'bansho.actionbar',
'bansho.host',
'bansho.hostTree',
'bansho.service',
'bansho.table',
'bansho.tabpanel',
'bansho.tactical',
'bansho.title'
]);