When using interpolated string as attribute it works fine until you add template url. Then it passes it like regular curly bracket string
Fix - use scope.$eval($interpolate(attrs.name))
When using interpolated string as attribute it works fine until you add template url. Then it passes it like regular curly bracket string
Fix - use scope.$eval($interpolate(attrs.name))
Author Damir Miladinov