Skip to content

Commit

Permalink
feat: update TimePicker - meridiem feature
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Oct 21, 2016
1 parent c4bf0e1 commit 7f69b4c
Show file tree
Hide file tree
Showing 24 changed files with 450 additions and 5,669 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ It provides calendarUI for pick a date easily
* It provides some options (exclude time, show meridian, etc.)

## Documentation
* **API** : https://nhnent.github.io/tui.component.date-picker/latest
* **Tutorial(Korean)** : https://github.com/nhnent/tui.component.date-picker/wiki/date-picker-컴포넌트-적용방법
* **Tutorial(English)** : https://github.com/nhnent/tui.component.date-picker/wiki/How-to-use-DatePicker
* **Sample** : http://nhnent.github.io/tui.component.date-picker/latest/tutorial.html
* API: [https://nhnent.github.io/tui.component.date-picker/latest](https://nhnent.github.io/tui.component.date-picker/latest)
* Tutorial(Korean): [https://github.com/nhnent/tui.component.date-picker/wiki](https://github.com/nhnent/tui.component.date-picker/wiki)
* Sample: [http://nhnent.github.io/tui.component.date-picker/latest/tutorial.html](http://nhnent.github.io/tui.component.date-picker/latest/tutorial.html)

## Dependency
* jquery: ~1.8.3
Expand All @@ -32,12 +31,12 @@ It provides calendarUI for pick a date easily

## Download/Install
* Bower:
* Latest : `bower install tui-component-date-picker`
* Each version : `bower install tui-component-date-picker[#tag]`
* Download: https://github.com/nhnent/tui.component.date-picker
* Latest: `bower install tui-component-date-picker`
* Each version: `bower install tui-component-date-picker[#tag]`
* Download: [https://github.com/nhnent/tui.component.date-picker](https://github.com/nhnent/tui.component.date-picker)

## License
[MIT](LICENSE)
[MIT LICENSE](LICENSE)

## Sponsor
* <img src="https://cloud.githubusercontent.com/assets/12269563/12287774/8cf4d2c0-ba12-11e5-9fa8-0a9c452cca05.png" height="30"><br>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"jquery" : "~1.8.3",
"tui-code-snippet" : "~1.2.0",
"tui-component-calendar" : "^1.2.0"
"tui-component-calendar" : "~1.2.0"
},
"devDependencies": {
"jasmine-jquery": "~2.1.0"
Expand Down
Loading

0 comments on commit 7f69b4c

Please sign in to comment.