@sandeep99519 wrote:
Hi can any one tell me how to write card on click event ? Is the below
Java Architect!
scheduled on 27 th dec 2015 at 4 pm
Rating given : not yet
.controller('HistoryCtrl',function($scope){
debugger;
alert("one");
$scope.showHistoryInDetail = function(){
alert("two");
};
})
Posts: 1
Participants: 1