Skip to content

Commit

Permalink
Brew-Add Template fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Aug 8, 2018
1 parent 818fed3 commit 860e094
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.beanconqueror.app" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.beanconqueror.app" version="1.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Beanconqueror</name>
<description />
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beanconqueror",
"version": "1.3.0",
"version": "1.3.1",
"author": "Lars Saalbach, Richard Polzin",
"homepage": "https://github.com/graphefruit/beanconqueror",
"private": true,
Expand Down Expand Up @@ -91,4 +91,4 @@
"android"
]
}
}
}
3 changes: 1 addition & 2 deletions src/pages/brews/add/brews-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<ion-label floating>Gewicht</ion-label>
<ion-input [prevent-characters] [(ngModel)]="data.grind_weight" type="text"></ion-input>
</ion-item>
<ion-row ngIf="settings.brew_temperature === true">

<ion-row *ngIf="settings.brew_temperature === true">
<ion-col no-padding col-4>
<ion-item>
<ion-label floating>Temperatur</ion-label>
Expand Down

0 comments on commit 860e094

Please sign in to comment.