app.controller("myCtrl", function($scope) { $scope.firstName = "John"; $scope.lastName = "Doe"; });