Skip to content

Commit

Permalink
fix(timepicker): demo enhancement to custom meridian example (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy authored and valorkin committed Dec 12, 2018
1 parent d2a5c25 commit 8c3cb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import { Component } from '@angular/core';
})
export class DemoTimepickerCustomMeridianComponent {
mytime: Date = new Date();
meridians = ['12H', '24H'];
meridians = ['AM(Midnight to Noon)', 'PM(Noon to Midnight)'];
}

0 comments on commit 8c3cb31

Please sign in to comment.