Closed buckyoung closed 8 years ago
Run reportService.js through. In several cases, in the provide, the return statement will be on the same line as another.
$provide.service('userService', function() { userServiceSpy = jasmine.createSpyObj('userService', ['']);return userServiceSpy; });
I have not tested controller template for this issue
Disregard. This was an issue with my WIP branch. Hadn't realized the usefulness of the %- vs -% in dgeni template file loops.
Run reportService.js through. In several cases, in the provide, the return statement will be on the same line as another.
I have not tested controller template for this issue