Hi All, 

I'm developing a large application and what I want to have is easily 
repositioned sub-applications. As an example I would like to have links to 
a text messaging application and an email application but I would also like 
to be able to embed them in the same page. I'm using ui-router for routing 
and what I was hoping to do was something like the following - 

[root state]
    <root template>
    [views]
        [sms]
            | sms state |
        [mail]
            | mail state|

In this example I would be able to declare the sms view which has the sms 
scope and the application would work within the constraints of the ui-view 
tag for sms. This isn't possible (that I have been able to work out) with 
ui-router. I'm wondering if it's possible to do this another way with 
angular? 

I've considered using a controller with include but it seems very messy. 
Ideally I would like to be able to add either of these applications either 
as a standalone application on a page or as part of a larger "portal" style 
page. 

Regards, 
Liam
            

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to