Files
awx/awx/ui/static/js/shared/format-epoch/main.js

10 lines
250 B
JavaScript

import formatEpoch from './format-epoch.filter';
import moment from 'tower/shared/moment/main';
export default
angular.module('formatEpoch',
[ moment.name
])
.filter('formatEpoch', formatEpoch);