diff --git a/brewman/static/base.html b/brewman/static/base.html index a1f40fc9..9fedb2f3 100644 --- a/brewman/static/base.html +++ b/brewman/static/base.html @@ -38,7 +38,7 @@ - + diff --git a/brewman/static/partial/recipe-detail.html b/brewman/static/partial/recipe-detail.html index 6c280441..8d213ec5 100644 --- a/brewman/static/partial/recipe-detail.html +++ b/brewman/static/partial/recipe-detail.html @@ -3,8 +3,9 @@
+ focus-on="foProduct" md-autoselect md-no-cache="true" md-floating-label="Recipe of" flex="50"> {{item.Name}} @@ -32,8 +33,9 @@
+ md-autofocus="recipe.RecipeItems.length > 0" md-items="item in products(searchIngredient, {})" + md-item-text="item.Name" on-return="add()" + focus-on="foProduct" md-autoselect md-no-cache="true" md-floating-label="Ingredient" flex="50"> {{item.Name}}