Skip to content

Commit

Permalink
#721 avoid accidentaly import of $scope :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Nov 6, 2013
1 parent e91f94a commit 7307eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/fabricPlugin.ts
Expand Up @@ -78,7 +78,7 @@ module Fabric {
}
}
}).
directive('fabricContainerConnect', ($scope, $location, jolokia, workspace) => {
directive('fabricContainerConnect', ($location, jolokia, workspace) => {
return {
restrict: 'A',
link: ($scope, $element, $attrs) => {
Expand Down

0 comments on commit 7307eb1

Please sign in to comment.