这几天看了angularjs和backbone,大看了解了knockout和emberjs,刚刚上网看到了一个angular的router的demo,现在顺便记下来
route
//这个重要是做IE的兼容,发现不管用,IE坑爹,你懂的Route Demo index
//list.html
运行下面代码
Route : List.html
//detail.html
运行下面代码
Route {{id}}: detail.html
代码就这些了,希望小伙伴们能够喜欢。
这几天看了angularjs和backbone,大看了解了knockout和emberjs,刚刚上网看到了一个angular的router的demo,现在顺便记下来
route
//这个重要是做IE的兼容,发现不管用,IE坑爹,你懂的Route Demo index
//list.html
运行下面代码
Route : List.html
//detail.html
运行下面代码
Route {{id}}: detail.html
代码就这些了,希望小伙伴们能够喜欢。