效果:
源码:
1 | <div class="chip"> |
1 | .chip { |
CodePen link:
https://codepen.io/iMaeGoo/pen/jRqYRJ
hmmmm…这种实现也没什么难的,其实是想试试在博文中插入HTML啦。
效果:
源码:
1 | <div class="chip"> |
1 | .chip { |
CodePen link:
https://codepen.io/iMaeGoo/pen/jRqYRJ
hmmmm…这种实现也没什么难的,其实是想试试在博文中插入HTML啦。
编写Chrome插件将googleapis替换为国内可访问的CDN
由于公司不能安装梯子,所以不能访问谷歌商店,平时频繁地要访问国外的AngularJS网站,比如AgGrid,AngularJS Material,AngularJS官网等,很多用了Google的CDN源,页面就无法正常加载。
一开始的思路是改host文件,但是我们没有Google CDN的证书,会造成证书错误。
参考并优化了:https://github.com/justjavac/ReplaceGoogleCDN ,动手写了一个Chrome插件,对所有特定请求重定向,解决痛点!
Make simple <md-chip> work without <md-chips> in AngularJS Material?
I’m using AngularJS Material v1.1.1.
I’m finding a way to use simple <md-chip>
without <md-chips>
.
Here is an easy way in Vue Material: https://codesandbox.io/s/lyoqv4l0z?module=App.vue
1 | <md-chip class="md-primary" md-deletable>Deletable</md-chip> |
But I can not find the similiar way in AngularJS Material document.
https://material.angularjs.org/latest/api/directive/mdChip
Angular version: 1.6.6
在HTML中想使用$rootScope
中的变量时发现取不到,加上$root
之后解决。
HTML表达式 | 对应的JS变量 |
---|