Kattixie / portfolio

A minimal AngularJS portfolio for project-oriented folks.
1 stars 0 forks source link

Compact state not getting set on index #7

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

Repeat with following behavior:

  1. Click on an entry.
  2. Return to gallery index from hamburger menu.

It works fine from other paths, so something about going to an entry is causing this to happen.

Kattixie commented 8 years ago

This turned out to be related to content positions being carried over between views where no content marker is used. Worked in a reset function each time the route changes. This introduced some other problems, but I think they're all fixed now.