Posts by digulino • 121 points
2 posts
-
1
votes1
answer130
viewsA: Compare two drawables
You are creating different instances of your drawable and comparing them, they will never be the same as they are allocated to different memory addresses. Use the method getConstanteState to make…
-
1
votes1
answer51
viewsQ: Display which directives are being used on the page
Is there any way we can find out which directives are being used on a page ? Below follows an example <div> algumas coisas ... <minhadiretiva></minhadiretiva>…