844d9e0e6e
Change-Id: Ieeb6980232c02ec72a6a0caa707dddbacb008a6f
14 lines
260 B
JavaScript
14 lines
260 B
JavaScript
'use strict';
|
|
|
|
angular.module('bansho.customDirective', [
|
|
'bansho.actionbar',
|
|
'bansho.hostTree',
|
|
'bansho.stateIcon',
|
|
'bansho.table',
|
|
'bansho.tabpanel',
|
|
'bansho.tactical',
|
|
'bansho.textArea',
|
|
'bansho.tile',
|
|
'bansho.title'
|
|
]);
|