it('should hide seconds', function() {
        var elm = compileDirective('options-timeFormat');
        angular.element(elm[0]).triggerHandler('focus');
        expect(sandboxEl.find('.dropdown-menu thead .btn').length).toBe(2);
        expect(sandboxEl.find('.dropdown-menu tbody .btn').length).toBe($timepicker.defaults.length * 2);