angularUI download address: https://github.com/Clouda-team/BlendUI
After downloading and unzipping, the demo is in the root directory
Now test the use of the official website demo
Open mobile-angular-ui-master/demo/index.html with a browser and find that no styles or js are loaded. Then, after reviewing the element, I found that the loading path was wrong, so I made the following modifications
Line 5:
Remove all /website root directory paths and change them to relative paths
demo.js and demo.css are in the demo directory,
Lines 30 and 34:
此时问题还是存在,发现home.html没加载成功
http://gdzx.com/mobile-angular-ui-master/home.html,目录应该是在demo下的,查看源码找不到home.html在哪里引入,猜想是用angular加载进来的,待学习angularUI在回来解决此问题。
今天(2014/12/20)终于做好了,把整个项目放到网站根目录,然后访问demo/index.html就可以正常加载所有css样式和js脚本