Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app-routing): improve app routing #451

Closed

Conversation

kingcody
Copy link
Member

Changes:

  • Use ui-sref instead of href or ng-href when ui-router is chosen
  • Use ui-sref-active instead of ng-class='{active: isActive()}' when ui-router is chosen
  • Use $state.go() where applicable, when ui-router is chosen
  • Use $scope.menu[n].state instead of $scope.menu[n].link when ui-router is chosen (attempt to remove possible confusion)
  • Omit $scope.isActive when ui-router is chosen
  • Simplify navbar(jade).jade templating (remove extra <% if (filters.auth) %> tag)
  • Add /logout route for both ng-route and ui-router
  • Use $routeChangeStart or $stateChangeStart to pass refering route or state to /logout
  • Add stateMock for testing $state transitions
  • Use stateMock in main.controller for expecting template requests from state transistions

Closes #331

@JaKXz JaKXz added this to the 2.1.0 milestone Aug 16, 2014
@kingcody kingcody force-pushed the feature/improved-routing branch from cb48382 to 8d94140 Compare August 21, 2014 19:50
@kingcody kingcody changed the title feat(app:routing): improve app routing feat(app-routing): improve app routing Aug 21, 2014
@kingcody kingcody force-pushed the feature/improved-routing branch 2 times, most recently from e3e2ffb to 0f85153 Compare August 23, 2014 05:46
@kingcody
Copy link
Member Author

@DaftMonk, just wondering if this PR needs anything added/removed/changed?

@DaftMonk
Copy link
Member

@kingcody Just haven't had the chance to review it yet. I'll take a look tomorrow.

@kingcody
Copy link
Member Author

No rush, just wanted to see if there was anything i could do to make your job easier.

Changes:
- Use `ui-sref` instead of `href` or `ng-href` when ui-router is chosen
- Use `ui-sref-active` instead of `ng-class='{active: isActive()}'` when ui-router is chosen
- Use `$state.go()` where applicable, when ui-router is chosen
- Use `$scope.menu[n].state` instead of `$scope.menu[n].link` when ui-router is chosen (attempt to remove possible confusion)
- Omit `$scope.isActive` when ui-router is chosen
- Simplify `navbar(jade).jade` templating (remove extra `<% if (filters.auth) %>` tag)
- Add `/logout` route for both ng-route and ui-router
- Use `$routeChangeStart` or `$stateChangeStart` to pass refering route or state to `/logout`
- Add `stateMock` for testing `$state` transitions
- Use `stateMock` in main.controller for expecting template requests from state transistions

Closes angular-fullstack#331
@kingcody kingcody force-pushed the feature/improved-routing branch from 0f85153 to 135c5a9 Compare September 8, 2014 00:40
@kingcody
Copy link
Member Author

kingcody commented Sep 8, 2014

rebased onto canary @ 7045907

@DaftMonk
Copy link
Member

Merged into canary.

@DaftMonk DaftMonk closed this Sep 17, 2014
@kingcody kingcody deleted the feature/improved-routing branch September 21, 2014 14:20
@Awk34 Awk34 modified the milestones: 2.2.0, 2.1.0 Jul 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants