Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In one of my partial views I want to include another script that will create controllers which will be used in this partial view. Is it possible?

Here's the plunker: http://plnkr.co/edit/rQPb9TNGeGwDZQZvPBam

share|improve this question
    
Please specify what you want to achieve, as it is quite far from obvious. –  artur grzesiak 2 days ago
3  
Sounds like you want to lazy load a controller. See slideshare.net/nirkaufman/angularjs-lazy-loading-techniques and Google angularjs lazy load. –  Trevor Dixon 2 days ago
    
@TrevorDixon Exactly what I needed, Thanks :) –  KareemPHP 2 days ago
add comment

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.