AngularJs bewertet Ausdrücke neu, wenn die Seite über die Geschichte nachlädt

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