i have this code in mycontroller i will add this html()
to my html, all it right just ng-click dos not work ! have you an ideas why ng-click dos not work
var html='<div ng-click="selectedValue('+Value+')">Value</div>' ;
$('#myDiv').html(html);
$scope.selectedValue = function(value){
$scope.val =value;
};
i have to slect the value displayed in the div by using ng-click function selectedValue