'use strict'; angular.module('dssWebApp') .constant('PLAYSTATES', { stopped: 0, playing: 1, paused: 2 });