AngularJS reavaluta as expressões quando a página recarrega via história
myApp.controller('myController', ['$scope', function($scope) {
this.$onInit = function() {
$scope.myCheckbox = false;
}
}]);
SAMER SAEID