Hii,
When i include a file in page with submodel parameter @{view('/test/inc/stripe', model.objtwo)} then lost other model in layout.
When i include a file in page without model @{view('/test/inc/stripe')} then give an exception.
Work only when i include with param @{view('/test/inc/stripe', model)}
Hii, When i include a file in page with submodel parameter @{view('/test/inc/stripe', model.objtwo)} then lost other model in layout. When i include a file in page without model @{view('/test/inc/stripe')} then give an exception.
Work only when i include with param @{view('/test/inc/stripe', model)}
see this example-project: https://github.com/bkhurram/totaljs-test
http://localhost:8000/test1/ http://localhost:8000/test2/ http://localhost:8000/test3/
Thanks, Khurram