Vincent Fournier f1b6d5d552 Rename files to conform with standard
Change-Id: Ia3914eaeb81093a44124e0c3c10ad681276aa866
2015-08-17 18:37:29 -04:00

14 lines
259 B
JavaScript

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