Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

there is some articles and projects that load angularjs controllers dynamically around internet, but I need loading controllers and templates with ui router and requireJs. how Can I do that?

share|improve this question
    
I'd suggest googling on the search terms. When I did this, I was able to find many. – Kolban Dec 1 '14 at 15:58
    
but I couldn't find a mix of these two tools (requirejs and ui-router). – youhans Dec 1 '14 at 16:00
    
Try googling "requirejs ui-router angular" – Kolban Dec 1 '14 at 16:00

Kolban is right. there is a project named "ui-router-extras" that can do these kind of things.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.