Skip to content

Commit

Permalink
Merge pull request #64 from s-nakajima/master
Browse files Browse the repository at this point in the history
Jsファイルminify対策
  • Loading branch information
s-nakajima committed Jun 19, 2016
2 parents a46f1c5 + 2ee6c2b commit 92543cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webroot/js/block_role_permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @param {string} Controller name
* @param {function($scope)} Controller
*/
NetCommonsApp.controller('BlockRolePermissions', function($scope) {
NetCommonsApp.controller('BlockRolePermissions', ['$scope', function($scope) {

/**
* Not need approval
Expand Down Expand Up @@ -120,4 +120,4 @@ NetCommonsApp.controller('BlockRolePermissions', function($scope) {
}
};

});
}]);

0 comments on commit 92543cc

Please sign in to comment.