0

I'm working in a web application using AngularJS + SpringMVC. I have some constraints as using pure HTML view pages, so, server-side frameworks as Tiles are not an option.

My gess is that angularJS ng-view tag is not powerfull enouth to develop complex layouts.

Could someone propose some client-side alternative to develop html layout templates?

Thanks in advance!

3
  • To start, what's "complex" to you? Can you put up a screengrab of what you're attempting to achieve? Commented Dec 10, 2013 at 18:45
  • seems like all you've done is guess....angular doesn't care what your structure is and there are lots of ways to manipulate html in angular Commented Dec 10, 2013 at 18:49
  • @charlietfl, can angularJS manipulate nested views and view inheritance out of the box? Thanks Commented Dec 12, 2013 at 10:44

1 Answer 1

1

I think you are looking for ui-router by the AngularUI team. It supports multiple views, nested views and inheritance for views. This definitely helped me creating more complex template structures.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.