I am trying to add line breaks in the share message in social sharing function. I would like to initiate a line break after each scope, a “$” before $scope.release.price and parenthesis around $scope.release.shoename. How do I do this?
I am trying to add line breaks in the share message in social sharing function. I would like to initiate a line break after each scope, a “$” before $scope.release.price and parenthesis around $scope.release.shoename. How do I do this?
Instead of a <br>
element, I expect you can achieve your goal using CSS white-space.