matys84pl / angularjs-requirejs-lazy-controllers

Routes configuration that loads template, controller and directives using RequireJS. Files are loaded (in parallel) when user changes the location and are displayed in Angular's ngView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Required

explorigin opened this issue · comments

I think it's worth mentioning somewhere (documentation-wise) that jquery is not optional for this method to work. route-config.js takes advantage of jquery's ability to receive a method in $().html. Angular's jqlite cannot handle this.