X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..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' + ] +});