It is not at al giving the result. Help me to find where I was wrong
View:
@{
ViewBag.Title = "Home Page";
}
GrossWanges:
OverTime :
ChildSupport :
Total : {{a--b--c}}
AngularJs:
var FinancialsApp = angular.module("MyFinancialsApp", [])
.controller("MyController",function($scope)){
$scope.UpdateVal=function(){
$scope.TotalVaue=($scope.a)+($scope.b)+($scope.c);
}
});
Ramesh PalanivelPosted Nov 13, 2017, 2:10 AM
Rijwan AnsariPosted Nov 13, 2017, 12:17 PM
Monica PriyadharshiniPosted Nov 13, 2017, 8:16 AM
Midhun TpPosted Nov 13, 2017, 6:03 AM
Monica PriyadharshiniPosted Nov 13, 2017, 1:57 AM
Ramesh PalanivelPosted Nov 13, 2017, 1:49 AM