Explorar el Código

removed search cache

tags/1.0.0
Robin Thoni hace 8 años
padre
commit
11b84b084a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      app/views/sidebar.html

+ 1
- 0
app/views/sidebar.html Ver fichero

@@ -9,6 +9,7 @@
9 9
                     <md-autocomplete
10 10
                             md-selected-item="Search.selected"
11 11
                             md-search-text="Search.value"
12
+                            md-no-cache="true"
12 13
                             md-selected-item-change="goTo(item)"
13 14
                             md-items="item in search(ctrl.searchText)"
14 15
                             md-item-text="item.Name"

Loading…
Cancelar
Guardar