[Groonga-commit] groonga/groonga-admin at d1d511a [master] Add DI-ed module list

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 10 15:39:15 JST 2014


Kouhei Sutou	2014-11-10 15:39:15 +0900 (Mon, 10 Nov 2014)

  New Revision: d1d511a54d3bb78658ea3dfd9a3ff259bca3f71b
  https://github.com/groonga/groonga-admin/commit/d1d511a54d3bb78658ea3dfd9a3ff259bca3f71b

  Message:
    Add DI-ed module list

  Modified files:
    app/scripts/controllers/table-search-controller.js

  Modified: app/scripts/controllers/table-search-controller.js (+4 -2)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2014-11-10 15:36:40 +0900 (089cf4e)
+++ app/scripts/controllers/table-search-controller.js    2014-11-10 15:39:15 +0900 (9c167db)
@@ -8,7 +8,9 @@
  * Controller of the groongaAdminApp
  */
 angular.module('groongaAdminApp')
-  .controller('TableSearchController', function ($scope, $routeParams, $location, $http, $filter) {
+  .controller('TableSearchController', [
+    '$scope', '$routeParams', '$location', '$http', '$filter',
+    function ($scope, $routeParams, $location, $http, $filter) {
     var client = new GroongaClient($http);
 
     function computeCurrentPage(offset) {
@@ -312,4 +314,4 @@ angular.module('groongaAdminApp')
     initialize();
     fillOptions();
     select();
-  });
+  }]);
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index