describe('The onEndChange fn', function() {
    it('should update the end value to match the display one', function() {
      var controller = initController();

      controller.display.end.hour(10).minute(10);