trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Trails tutorial code references undefined property "services" #287

Closed mindfullsilence closed 7 years ago

mindfullsilence commented 7 years ago

Issue Description

Seen here: https://trailsjs.io/doc/en/build/service.html The example code under "Implement ReportController" references this.services.ReportService, which errors out with "Trying to call property of undefined". The only way I could get this to work is by replacing with this.app.services.ReportService (note the addition of app after this).

Environment

mindfullsilence commented 7 years ago

Didn't realize there was a "Docs" repo as well. Closing here.