r1762 - oipf/emulator/js/filters
Author: ygrego Date: 2015-07-07 09:21:45 +0000 (Tue, 07 Jul 2015) New Revision: 1762 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1762 Log: Manage the stopping of volume. Modified: oipf/emulator/js/filters/VolumeFilter.js Modified: oipf/emulator/js/filters/VolumeFilter.js =================================================================== --- oipf/emulator/js/filters/VolumeFilter.js 2015-07-07 09:16:19 UTC (rev 1761) +++ oipf/emulator/js/filters/VolumeFilter.js 2015-07-07 09:21:45 UTC (rev 1762) @@ -1,14 +1,14 @@ -/* +/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ -angular.module('VolumeFilter', []).filter('checkVolume', function() { +angular.module("VolumeFilter", []).filter("checkVolume", function() { return function(input) { if (input == 0) { - return ''; + return "\uE037"; } - return ''; + return "\uE038"; } });
participants (1)
-
ygregoï¼ users.nuiton.org