mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
User.habits/dailys/todos/rewards. Move /#/tasks & /#/options page loading from server-sent html to everything loaded in the page as script templates (including necessary fixes for adsense). NOTE: this commit won't work, it depends a bit on the *next* commit with Challenges functionality, but I wanted to separate it out a bit for clarity
4 lines
164 B
Text
4 lines
164 B
Text
script(id='templates/habitrpg-main.html', type="text/ng-template")
|
|
include ./filters
|
|
div(ng-controller='TasksCtrl')
|
|
habitrpg-tasks(main='true', obj='user')
|