bansho/app/components/directive/directive.js

13 lines
235 B
JavaScript

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