You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/03/23 15:25:49 UTC

[incubator-streampipes] branch dev updated: Add explicit annotation to DomainConceptController

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 966f50f  Add explicit annotation to DomainConceptController
     new 100f8e1  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
966f50f is described below

commit 966f50ff7e7d9ee061341670bef2765865b3787f
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Mar 23 16:25:19 2020 +0100

    Add explicit annotation to DomainConceptController
---
 .../app/editor/components/domainconcept/domainconcept.controller.ts   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ui/src/app/editor/components/domainconcept/domainconcept.controller.ts b/ui/src/app/editor/components/domainconcept/domainconcept.controller.ts
index 3fe833d..f568555 100644
--- a/ui/src/app/editor/components/domainconcept/domainconcept.controller.ts
+++ b/ui/src/app/editor/components/domainconcept/domainconcept.controller.ts
@@ -94,4 +94,6 @@ export class DomainConceptController {
         });
     }
 
-}
\ No newline at end of file
+}
+
+DomainConceptController.$inject = ['RestApi'];
\ No newline at end of file