使用stateprovider时,Angularjs不会首先加载css?

时间:2017-07-11 20:36:06

标签: angularjs angularjs-routing

我已经使用$ stateProvider重定向到页面,当页面重定向时,我有渲染也css但问题是在css文件样式表适用之后的第一个普通html加载。关于如何解决我的问题的任何一个想法......

我的代码如下

import glob
import matplotlib.pyplot as plt
import numpy as np
images = glob.glob(<file pattern>)
img_list = [plt.imread(image) for image in images]
img_array = np.stack(tuple(img_list))

0 个答案:

没有答案
相关问题