search

Home  >  Q&A  >  body text

angular.js - angular implements background management, and the navigation path is associated with the menu navigation

As shown in the picture above:
app.js configures the routing of menu navigation
The left menu uses two levels of no-repeat to implement menu display.
The desired result, the menu navigation is associated with the navigation path on the right and displayed simultaneously.
Click a link in the menu management and the navigation path will be displayed simultaneously.

我想大声告诉你我想大声告诉你2779 days ago1100

reply all(1)I'll reply

  • 習慣沉默

    習慣沉默2017-05-15 17:02:10

    Each record in the left navigation corresponds to a URL. When routing, you can use url?id=args to pass parameters, and then manage the path according to the parameters

    reply
    0
  • Cancelreply