Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

added ariaLabel to timepicker input field #1795

Merged
merged 7 commits into from
Jul 17, 2018

Conversation

blackbaud-conorwright
Copy link
Contributor

added a default aria label to the timepicker input directive

Resolves: #862

Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor things. Looks good!

@@ -20,7 +20,7 @@ import { TimepickerTestComponent } from './fixtures/timepicker-component.fixture

const moment = require('moment');

describe('Timepicker', () => {
fdescribe('Timepicker', () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fdescribe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, my bad. fixed.

@@ -27,6 +27,7 @@ import {
Subscription
} from 'rxjs/Subscription';
import { SkyTimepickerTimeOutput } from './timepicker.interface';
import { SkyResourcesService } from '../resources';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import {
  SkyResourcesService
} from '../resources';

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

public constructor(
private renderer: Renderer,
private elRef: ElementRef,
private skyResourceSvc: SkyResourcesService

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency...

private resourceService: SkyResourcesService

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Blackbaud-SteveBrush Blackbaud-SteveBrush self-assigned this Jul 3, 2018
@codecov-io
Copy link

codecov-io commented Jul 3, 2018

Codecov Report

Merging #1795 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1795      +/-   ##
==========================================
+ Coverage   99.98%   99.98%   +<.01%     
==========================================
  Files         410      410              
  Lines        8580     8585       +5     
  Branches     1263     1266       +3     
==========================================
+ Hits         8579     8584       +5     
  Misses          1        1
Impacted Files Coverage Δ
src/modules/timepicker/timepicker.directive.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7182334...5a04cb0. Read the comment docs.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 3213512 into master Jul 17, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-timepicker-input-missing-label branch July 17, 2018 00:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants