Skip to content

Commit

Permalink
#220 fixed jshint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
forkch committed Jul 28, 2014
1 parent 3647f11 commit 58e716b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenarioo-client/app/scripts/directives/showHideDetails.js
Expand Up @@ -17,7 +17,7 @@

'use strict';

angular.module('scenarioo.directives').directive('scShowHideDetails', function($window, localStorageService) {
angular.module('scenarioo.directives').directive('scShowHideDetails', function() {

function toggleClassesOnPanels(elem, showingMetaData) {
var childs = elem.children();
Expand Down
Expand Up @@ -41,7 +41,7 @@ angular.module('scenarioo.directives').directive('scShowHideDetailsButton', func
localStorageKey: '@'
},
templateUrl: 'views/showHideDetailsButton.html',
controller: function($scope, $element) {
controller: function($scope) {
initMetadataVisibleFromLocalStorage($scope, $scope.localStorageKey);
$scope.toggleShowingMetadata = function() {
$scope.linkingVariable = !$scope.linkingVariable;
Expand Down

0 comments on commit 58e716b

Please sign in to comment.