backgrid with backbone marionette js integration - backbone.js

i am trying to integrate backgrid.js with backbone.marionette.js.
I am able to create jsfiddle some how but don't really know how to integrate this with backbone.marionette.js.
Hopefully some SO people can help me to do that who have already done this.
I am very new to backbone.js and marionette.js.
Please help me.

Hopefully this might help others also.
This is the answer i found which helped me.
Best Regards and Thanks to SO

Related

AngularJS library urls

Good morning.
I would like to know which site contains urls for angular.js and aungula-ui-router.js ? (The question seems not to exist in stackoverflow.com)
Last year i used "https://ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js" but it seems to no longer work.
So what is the official host for angularjs now ?
I know that angularjs is now an old framework but i have to use it at work.
i woul appreciate some help.
Thanks in advance.
I personally prefer to use https://unpkg.com
See,
https://unpkg.com/angular/angular.js
https://unpkg.com/angular/angular.min.js

What is js stands for in Angular JS

Being am new to stackoverflow. Please help me to get into this community and to clear my doubts.
Thanks,
Bharath
AngularJS is a javascript framework (JS -> Javascript) People here will be happy to help but you will probably get heavily downvoted with questions like this that are easily googleable ;)

Using AngularJS with Oracle Apex

I was wondering if anyone who uses AngularJS with Oracle Apex could recommend some resources or tutorials on integrating the two please?
I have found a Dan McGhan presentation and a Codersaurus video but unfortunately these don't go into sufficient detail to start me off.
Any help or advice would be gratefully received. Thanks in advance.
A quick Google search gave me this Guide from Dan McGhan. In part 3 he shows a nice way how to embed the neccessary files, even that you will need to take care of the allow-file-access-from-files property.

Is there an AngularJS ORM

I came a across the following article while considering adding bacon.js and AngularJS:
https://github.com/ProLoser/AngularJS-ORM
But I could not find any other resources that would encourage (or discourage) the use of bacon.js in angularJs.
So I'm looking for some other resources on the subject? Does anyone have use the concept proposed by Dean Sofer? Does it work the magic promise?
Has anyone use the concept used in the video?
Sure this link can help you https://github.com/lauripiispanen/angular-bacon. Also I have my work with angularjs and bacon together https://github.com/xgrommx/angular-bacon-bridge.

Where can i find some Good backbone-relational tutorials?

I'm learning backbone.js and the whole microcosmus around it now! But i'm still stunning on one Plugin : The Backbone-Relational.
On github the Documentation is really too short, not for beginner! that's how i feel it!
Do someone have a Tutorial about backbone-relational? i searched google but i really not found something going in that direction.
Thank you a lot for helping me!
I couldn't find any either, so I have written one: Backbone-relational Tutorial - Nested Models With Backbone.js
The answer to the following question can also be worth having a look at - it shows how to structure a sample Todo application with Backbone-relational: Creating nested models in Backbone with Backbone-relational
Some people are busy creating tutorials for Backbone-relational: see https://github.com/PaulUithol/Backbone-relational/issues/77 . Some examples:
http://antoviaque.org/docs/tutorials/backbone-relational-tutorial/
https://github.com/DzemalBecirevic/Ria
Recipes with Backbone, it costs $24 but it worths it.

Resources