bansho/app/components/directive/service/service_graphs/service_graphs.js

10 lines
254 B
JavaScript

'use strict';
angular.module('bansho.service')
.directive('banshoServiceGraphs', function () {
return {
restrict: 'E',
templateUrl: 'components/directive/service/service_graphs/service_graphs.html'
};
});