bansho/app/components/custom_directive/custom_directive.js
Vincent Fournier 5d87fdaacd Improve code naming
Change-Id: If4837f71caca6d594e141fff830c7c2c08376e03
2015-08-24 20:33:27 -04:00

14 lines
265 B
JavaScript

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