@Scymex help me to find this issue:
For anybody who might be using Jade, here's a quick gotcha: div(ui-view)
compiles to .
What you need is div(ui-view="").
So, you can have ui-view
inside ng-include
, but need do this trick
Font: https://github.com/angular-ui/ui-router/issues/679