Kattixie / portfolio

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

Since upgrading to Angular 1.5.5, ngView element does not load its content on first view. #24

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

Curiously it resolves itself as the user clicks around and initiates views. This might have to do with the ngView element being transcluded in the mySequenceNav directive. Sigh. I should probably just implement a service to manage those sequence buttons.

Kattixie commented 8 years ago

Confirmed that it works fine when not transcluded anymore.

Kattixie commented 8 years ago

Turns out I moved all of this behavior to MenuState anyway and transcluding was no longer necessary. This was a confusing relationship, so it's for the best.