AngularJS ng-class基于布尔值的应用类

时间:2017-11-09 15:59:58

标签: angularjs

我正在尝试基于布尔值将样式应用于div元素。我做错了什么?

HTML:

File f = f = new File("path\\to\\your\\folder\\with\\files");
f.mkdir();
//or
f.mkdirs();
//or if you have File f = new File("myTextFile.txt"); then you can create file using this:
f.createNewFile();

的CSS:

node_modules/.bin/eslint ./src/app.jsx

0 个答案:

没有答案