Skip to content

Commit

Permalink
fix wrong di usage #90
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 26, 2018
1 parent e923466 commit 83615f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/dist/js/main.uglified.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@

// activeWindowController.js

zaa.controller("ActiveWindowTagController", ['$scope', '$htt', 'AdminToastService', function($scope, $http, AdminToastService) {
zaa.controller("ActiveWindowTagController", ['$scope', '$http', 'AdminToastService', function($scope, $http, AdminToastService) {

$scope.crud = $scope.$parent; // {{ data.aw.itemId }}

Expand Down

0 comments on commit 83615f0

Please sign in to comment.