-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(datepicker): decompose Basic demo (remove presetting dates for d…
…atepicker and daterangepicker)
- Loading branch information
svetoldo4444ka
committed
Feb 9, 2018
1 parent
465ed0d
commit db1a4df
Showing
6 changed files
with
23 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="row"> | ||
<div class="col-xs-12 col-12 col-md-4 form-group"> | ||
<input type="text" | ||
placeholder="Please choose a date" | ||
class="form-control" | ||
bsDatepicker> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'demo-datepicker-basic', | ||
templateUrl: './basic.html' | ||
}) | ||
export class DemoDatepickerBasicComponent {} |
24 changes: 0 additions & 24 deletions
24
demo/src/app/components/+datepicker/demos/bs-popup/date-picker-popup.html
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
demo/src/app/components/+datepicker/demos/bs-popup/date-picker-popup.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters