Questions tagged [canjs-model]

can.Model distinguishes itself as a versatile option by combining the features of can.Map with integrated CRUD capabilities.

The CanJS model is unable to retrieve data from a .json file

Implementing MVC using AMD in canjs with requirejs has been my current focus. Here's a look at my domains.json file: [ "1":{"uid": "1","urls": "domain1.abc.com"}, "2":{"uid": "2","urls": "domain2.abc.com"}, "3":{"uid": "3","urls": "d ...