flavien peyre 97d2fffae2 Add directive textArea
Change-Id: Iecadb65e68bb7707f0dbd3e52254f093d63c1f88
2015-08-14 15:58:47 -04:00

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'
]);