Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed May 2, 2013
1 parent 4aaf153 commit f6cea37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hawtio-web/src/main/webapp/app/ui/js/testController.ts
Expand Up @@ -20,12 +20,9 @@ module UI {

$scope.someText = "var someValue = 0;\n" +
"var someFunc = function() {\n" +
" return \"Hello World!;\n" +
" return \"Hello World!;\"\n" +
"}\n";

$scope.$watch('someText', function() {
console.log("Some text: ", $scope.someText);
});

}

Expand Down

0 comments on commit f6cea37

Please sign in to comment.