$compile in angularJS
Hi,
I am building feeds like pinterest, having cards with different data and different permissions, structure is something like this :
(1)Main directive structure
(1.1)can have image,video,audio
(1.2)some permissions like (edit,delete,hide)
also ha...