X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/app/nested-loading/app.js diff --git a/examples/app/nested-loading/app.js b/examples/app/nested-loading/app.js new file mode 100644 index 00000000..efd47784 --- /dev/null +++ b/examples/app/nested-loading/app.js @@ -0,0 +1,12 @@ +/** + * Books.app + * A MVC application which displays a list of books and their reviews. + * Uses nested data which is loaded from a single json file. + */ +Ext.application({ + name: 'Books', + + controllers: [ + 'Books' + ] +});