<!DOCTYPE html> <div ng-app="myApp" ng-controller="myCtrl"> <script> <p>It is recommended that you load the AngularJS library either in the HEAD or at the start of the BODY.</p> </body> |
{{ firstName + " " + lastName }}
It is recommended that you load the AngularJS library either in the HEAD or at the start of the BODY. |