I am new to angular js, recently I read about scopes and transclude in custom directives. I am looking for some use cases where transclude is used in angular directive.
There might be multiple scenarios, where different combinations of scope(true, false, {}) and transclude(true, false, element) is used.
It's a bit confusing to me, when to use what.