Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

fix(articles): Article controllers name conflicts #1428

Merged
merged 2 commits into from
Aug 26, 2016

Conversation

mleanos
Copy link
Member

@mleanos mleanos commented Aug 15, 2016

Fixes the naming conflicts for the Articles controllers.

Due to how Angular injects the controllers into the StateProvider,
naming conflicts were caused between the Articles public & admin module
controllers.

To resolve the issue the referenced controllers in the Articles admin
route configurations must be unique, and match up with the Admin
controllers.

Fixes the naming conflicts for the Articles controllers.

Due to how Angular injects the controllers into the StateProvider,
naming conflicts were caused between the Articles public & admin module
controllers.

To resolve the issue the referenced controllers in the Articles admin
route configurations must be unique, and match up with the Admin
controllers.
@mleanos
Copy link
Member Author

mleanos commented Aug 15, 2016

I had included this fix in the Server-Side Pagination pull-request. However, it's more appropriate to have this fix in a separate merge.

Fixed the client-side tests that were failing due to the naming
conflicts.
@lirantal
Copy link
Member

Any bug open on this @mleanos or just the PR?

@lirantal lirantal merged commit c96f8c0 into meanjs:master Aug 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants