From 6653121a6f86b78b4d0290f4ac110e78087e2366 Mon Sep 17 00:00:00 2001 From: tanshu Date: Mon, 14 Mar 2016 16:22:44 +0530 Subject: [PATCH] Fix: l18n link was broken. Fix: disabled cacheing in autocomplete --- brewman/static/base.html | 2 +- brewman/static/partial/recipe-detail.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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}}