git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@57 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-01-29 16:51:39 +00:00
parent 06e9b5867f
commit 52ea2f542e
10 changed files with 101 additions and 72 deletions
+6
View File
@@ -139,6 +139,12 @@ define(['jquery', 'underscore', 'backbone',
//categoryView.bind('renderCompleted:Category',this.changePage,this);
},
showItem: function (itemId) {
$.mobile.loading('show', {
text: 'Caricamento ricetta...',
textVisible: true,
//theme: 'z',
html: ""
});
var item = new ItemCollection({ricettaId: itemId});
var ingr = new IngredientiCollection({ricettaId: itemId});
// will render home view and navigate to homeView