InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by ng-template? |
|
Answer» The ng-template allows US to create an HTML page using the script TAG. This template contains "id" ATTRIBUTE that can be used by the $routeProvider to map view model with a CONTROLLER. |
|