Mixing Static Content With ngSwitch / ngSwitchWhen In AngularJS

One - Two - Three

Using ngSwitch

Before all the case statements.

Hello from dynamic content One!

Mixed in the middle...

Hello from dynamic content Two!

Mixed in the middle...

Hello from dynamic content Three!

After all the case statements.

Using bnSwitch ( aka, My Tweaked Version )

Before all the case statements.

Hello from dynamic content One!

Mixed in the middle...

Hello from dynamic content Two!

Mixed in the middle...

Hello from dynamic content Three!

After all the case statements.