I used to work with RequireJS and Backbone and used requirejs/text and requirejs-plugins to load local json files I …
json angularjs requirejs-textI want to load a html content with RequireJS like this: define(function (require) { "use strict"; return function (id) { var …
javascript requirejs requirejs-text