angularjs中的判断语句说明:由于angularjs不支持if-else结构,所以判断的写法如下:1、用三目运算符:{{isLarge ? 'video.large' : 'video.small'}}2、使用ng-switch结构