Could you help me troubleshoot why the ng-repeat
is not functioning properly within a textarea? Oddly enough, it works fine when moved outside of the textarea.
<textarea>
<style ng-repeat="entry in bgTakeoverSettings.breakPoints">
@media all and ({{entry.range}}: {{entry.bp}}px){
{{bgTakeoverSettings.containerElements}}{
width: {{entry.width - bgTakeoverSettings.padding * 2}}px;
}
}
</style>
</textarea>