当前位置:  开发笔记 > 编程语言 > 正文

ngRoute在没有错误报告给控制台时不工作

如何解决《ngRoute在没有错误报告给控制台时不工作》经验,为你挑选了1个好方法。

我是AngularJS的新手,我构建了一个简单的应用程序,其中包含以下页面.

1)index.html

2)View1.html

3)View2.html

我面临的问题是将应用程序路由到View1和View2.没有输出和浏览器.经过一些研究,我意识到从Angular 1.2版开始,需要包含单独的"angular-route.js"文件,但我没有帮助.你能不能研究一下并提供解决方案.

PS:我是Angular的新手,所以如果我犯了一个小错误,请饶恕我.

这是我的代码.

的index.html



    Using AngularJS Directives and Data Binding
    
    
    



    

View1.html

View 1

Name:

  • {{cust.name | uppercase}} - {{cust.city | lowercase }}

Customer Name:

Customer City:




View 2

View2.html

View 1

City:

  • {{cust.name | uppercase}} - {{cust.city | lowercase }}



1> dfsq..:

错字:

templateurl: 'Partials/View1.html'

应该

templateUrl: 'Partials/View1.html'

由于没有提供模板,Angular不会加载任何内容.

推荐阅读
保佑欣疼你的芯疼
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有