Table of Contents

IT:AD:Angular.js:HowTo:Understand/Partial Views

Summary

Views can be made of smaller Html elements stitched together.

Process

Use the <ng-include src="..."/> element

Reference