How to modify the margin of js files in angular?
大家讲道理2017-05-15 17:12:10
It is recommended that you take a look at the two instructions ng-class and ng-style.
仅有的幸福2017-05-15 17:12:10
Try to use ng-class to set styles. Let style issues stay in the css and html files as much as possible. Of course, you can also directly use angular.element() to obtain a jQuery-like object. You will know the next steps