Skip to content

Commit 134acd0

Browse files
committed
docs: use Bootstrap style on example
Signed-off-by: Ingo Bürk <ingo.buerk@tngtech.com>
1 parent c4bdc61 commit 134acd0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

projects/ngqp-demo/src/app/docs-items/examples/partition-example/partition-example.component.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<demo-example [markup]="markup" [typescript]="typescript">
22
<demo-browser [group]="paramGroup">
33
<ng-container [queryParamGroup]="paramGroup">
4+
<div class="alert alert-info">
5+
This <code>select</code> encodes two different URL parameters. Note how the <code>emptyOn</code> setting
6+
is taken into account separately as well.
7+
</div>
8+
49
<div class="form-group">
5-
<select queryParamName="sorting">
10+
<select queryParamName="sorting" class="form-control">
611
<option value="name_asc">Name Asc</option>
712
<option value="name_desc">Name Desc</option>
813
<option value="price_asc">Price Asc</option>

0 commit comments

Comments
 (0)