Skip to content

Commit

Permalink
Add random numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
itsJoKr committed Feb 6, 2018
1 parent 0c6f19e commit 57fa508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/bumpers/bumpers.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<div class="container" fxLayout="row" fxLayoutAlign="center">
<div class="stuff-container" fxFlex="30">
<span>{{randomBump}}</span>
<span>{{randomBump | number: '2.0-0'}}</span>
</div>

<div class="stuff-container" fxFlex="30">
<span>{{randomBump2}}</span>
<span>{{randomBump2 | number: '2.0-0'}}</span>
</div>
</div>

Expand Down

0 comments on commit 57fa508

Please sign in to comment.