I try to write my first component. Actually, I refactor one of my previous webpage to use more of the AngularJS functionality. I use AngularJS 1.5.8
Honestly I always got the following inject error: http://screencast.com/t/xpyVqSjwUxU
Here is my component code: http://screencast.com/t/zMaED5ZfZ
The error only came up, when I add the component.js file in index.html with a script tag.
Any idea, what I'm gonna mess? I read the component angularjs documentation but not find the error.