Apply for Zend Framework Certification Training

AngularJs





<script type="text/javascript" src="angular.min.js"></script>
<script>
    var app = angular.module("simpleApp",[]);
    app.controller("simpleController",function($scope){
    $scope.name="Rajesh Kumar mandal"; //angularjs Variable  -- name
});
</script>
 
<body>
    <div ng-app="simpleApp" ng-controller="simpleController">
    <h1> { {name} }</h1>
    </div>
</body>

< What is angularJs How to fetch data from file in html using angularjs >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top