diff --git a/frontend/angular.js b/frontend/angular.js index 863d4e6..9229cf8 100644 --- a/frontend/angular.js +++ b/frontend/angular.js @@ -185,7 +185,8 @@ class MyDirective() {} @Pipe({...}) class MyPipe() {} -// Declares that a class can be injected into the constructor of another class by the dependency injector. +// Declares that a class can be injected into the constructor of another class +// by the dependency injector. @Injectable() class MyService() {}