AngularJS example in backbone.js and/or knockout.js

前端 未结 2 1354
长情又很酷
长情又很酷 2021-02-02 02:49

I\'m comparing these frameworks to do some calculations on the client side. I really liked the example on the AngularJS site. I was wondering if any of the backbone.js or knocko

相关标签:
2条回答
  • 2021-02-02 03:12

    Here you go for knockoutjs >

    http://jsfiddle.net/neebz/YbwzJ/

    I might be biased but it's a lot more structural than angular/backbone.

    If you have any questions, let me know.

    There are some NaN checks which I think you could take yourself.

    0 讨论(0)
  • 2021-02-02 03:21

    Also have a look https://github.com/addyosmani/todomvc which show a standard TODO app written in all popular frameworks.

    0 讨论(0)
提交回复
热议问题