Bonjour,

J'ai un contrôleur parent et deux fils :


app.controller("ParentController", function($scope){
$scope.showbloc = function(param){
if (param == 1) Fils1.clearform();
...