Using Backbone models with AngularJS

后端 未结 7 1617
攒了一身酷
攒了一身酷 2021-01-30 02:11

Recently I was thinking about the differences and similarities between Backbone.js and AngularJS.

What I find really convenient in Backbone are the Backbone-Models and t

7条回答
  •  深忆病人
    2021-01-30 03:01

    a working binding for example above... http://jsbin.com/ivumuz/2/edit

    it demonstrates a way for working around Backbone Models with AngularJS. but setters/getters connection would be better.

提交回复
热议问题