Hello, I am writing a directive on angularJS, to delete some substrings in a string, basically you need to delete the space, the directive itself looks like this
<div remove-substrings=" "></div> and I need to substitute a space for quotes & nbsp does not help (just an empty string comes in), = "''" doesn’t help either, write a regular note, as like = "/ g" does not work either, it turns around and turns into a string. How to solve this problem?
removeSubstringsdirectiveremoveSubstrings. - Stepan Kasyanenko