All Questions
1 question
5
votes
1
answer
405
views
Directive to randomly show/hide elements
This directive works fine but I have the feeling that I'm not doing it the "angular way" with .attr('hide', 'true'). Is there a better way to show or hide elements ...