'use strict'; /* Filters */ // angular.module('netStatsApp').filter('fromNow', function() { // return function(time) { // return moment.unix(time).fromNow(); // } // });