mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-29 20:23:36 -05:00
7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
import listGenerator from './list-generator/main';
|
|
import title from './title.directive';
|
|
|
|
export default
|
|
angular.module('shared', [listGenerator.name])
|
|
.directive('title', title);
|