Welcome AngularJS World!

Simple AngularJS Example


angular.module("myapp", [])
    .controller("HelloController", function ($scope) {
    $scope.helloTo = {};
    $scope.helloTo.title = "AngularJS";
});
Welcome AngularJS World! Welcome AngularJS World! Reviewed by Bhaumik Patel on 7:45 AM Rating: 5