Closed Prasad108 closed 6 years ago
Hi, @Prasad108 as we discussed yesterday,
On first SMS page we are going to show , like
just updated your comment with the Markdown
if u get code for State transition from controller please update it over here for future references
var app=angular.module("myApp");
app.controller("smsCtrl",function($scope,$http,$state){
$scope.goToNext=function(){
//console.log("inside goToNext function");
$state.go('selectExam');
}
});
We required to only add $state service in controller,and write in function $state.go("where you want to go") <----write the state name added in app.js in paranthesis;
sms.html template is not reflected as it is, ignore that. in Preview it shows proper template but after comment it not.
well done @AnilNalawade
Hi @AnilNalawade update this issue, write into it what we have decided yersterday