Repository: ignite
Updated Branches:
  refs/heads/master 131d80d1c -> 78a8403e7


IGNITE-6859 Don't register "cols" directive by it's function name.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/78a8403e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/78a8403e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/78a8403e

Branch: refs/heads/master
Commit: 78a8403e77d9ca13180e908627af6943b491b855
Parents: 131d80d
Author: Ilya Borisov <ibori...@gridgain.com>
Authored: Mon Nov 13 13:20:03 2017 +0700
Committer: Andrey Novikov <anovi...@gridgain.com>
Committed: Mon Nov 13 13:20:03 2017 +0700

----------------------------------------------------------------------
 .../list-editable/components/list-editable-cols/index.js           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/78a8403e/modules/web-console/frontend/app/components/list-editable/components/list-editable-cols/index.js
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/list-editable/components/list-editable-cols/index.js
 
b/modules/web-console/frontend/app/components/list-editable/components/list-editable-cols/index.js
index b7b55f6..e0d4b61 100644
--- 
a/modules/web-console/frontend/app/components/list-editable/components/list-editable-cols/index.js
+++ 
b/modules/web-console/frontend/app/components/list-editable/components/list-editable-cols/index.js
@@ -23,6 +23,6 @@ import row from './row.directive.js';
 export default angular
     .module('list-editable-cols', [
     ])
-    .directive(cols.name, cols)
+    .directive('listEditableCols', cols)
     .directive('listEditableItemView', row)
     .directive('listEditableItemEdit', row);

Reply via email to