dotlouis / StudIonic

Studapp mobile application using Ionic Framework and Cordova
2 stars 0 forks source link

Remove duplicate Lesson query in detail view #14

Open dotlouis opened 9 years ago

dotlouis commented 9 years ago

In studlifeCtrl, query is made on lessons to get the lesson cards. In LessonFactory we do query.include('attr'); to include all the needed data (for cards and detail) So why re-do basically the same query in the Lesson detailed view ?