Introduction
  • Pre-requisites for this course.
    • Programming Talent.
    • Language Vs. Programming Talent.
    • Fundamentals of C Programming Course.
  • Widely used Languages : Java, Visual Basic, C#
  • Advantages of Visual Basic over other languages.
  • .NET Framework and languages like C#, VB.NET etc.

Student
Tajudeen   04-Dec-22

The below function not working var app = angular.module("test",[]); app.controller("t",function($scope) { alert(); $scope.changename=function() { var input=prompt("Enter a name here:"); if(input) $scope.yourName=input; } });

Support Team
Support Team   06-Dec-22

Dear Tajdeen, Please try the project from the begging. Build the program step by step, you will get it works. Hope this helps. Thanks.
REPLY

Change Subject:


Total Duration: 22:14:02