摘要: So far in this video series we have been using $scope to expose the members from the controller to the view. In the example above we are attaching mes 阅读全文
posted @ 2016-05-15 03:56 Gester.Lin 阅读(243) 评论(0) 推荐(0) 编辑
摘要: What is the issue : When you navigate to http://localhost/students, you will see list of students as shown below Click on any student name. For exampl 阅读全文
posted @ 2016-05-15 03:40 Gester.Lin 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Here is what we want to do : When we navigate to /students, the list of student names must be displayed as hyperlinks. When we click on any student na 阅读全文
posted @ 2016-05-15 03:36 Gester.Lin 阅读(332) 评论(0) 推荐(0) 编辑
摘要: In the previous videos if you have noticed as we were typing the angular code in Script.js file we were getting some intellisense but it definitely is 阅读全文
posted @ 2016-05-15 03:18 Gester.Lin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: At the moment the problem is that, if you try to navigate to a route that is not configured, you will see only the layout page without any partial tem 阅读全文
posted @ 2016-05-15 03:17 Gester.Lin 阅读(270) 评论(0) 推荐(0) 编辑
摘要: There are 4 simple steps to remove # from URLs in Angular. Step 1 : Enable html5mode routing. To do this inject $locationProvider into config() functi 阅读全文
posted @ 2016-05-15 03:06 Gester.Lin 阅读(243) 评论(0) 推荐(0) 编辑