app .filter('ceil', function() { return function(input) { return Math.ceil(Number(input)); }; });