diff --git a/HintCtrl.js b/HintCtrl.js index a111729..5a6fe0b 100644 --- a/HintCtrl.js +++ b/HintCtrl.js @@ -69,7 +69,7 @@ angular.module('ngHintUI') $scope.setType = function(type) { $scope.type = type; } - $scope.setModule('Directives'); + $scope.setModule('All'); $scope.setType('All Messages'); }]);