G
G
GaserV2016-03-29 10:58:44
Angular
GaserV, 2016-03-29 10:58:44

How to display values ​​on click from one div to another?

Such situation. I am writing an admin panel in angular. I have a list of jobs on the page. I wanted to implement the following:
When you click on a job, all the others are hidden, and the full description of this job appears. But this description is hidden by default and it should be displayed only when clicked, while hiding all other works. How to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-03-29
@MAKAPOH

For example using ui-router . Make one route displaying the list of works, by clicking on the work go to the route for displaying a single work, passing it its identifier.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question