AngularJS réévalue les expressions lorsque la page se recharge via l'histoire

myApp.controller('myController', ['$scope', function($scope) {
   this.$onInit = function() {
      $scope.myCheckbox = false;
   }
}]);
SAMER SAEID