mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 22:35:15 +08:00
added jquery 1.4 and mute to twitter client
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/angular.css">
|
||||
<script type="text/javascript" src="../../lib/underscore/underscore.js"></script>
|
||||
<script type="text/javascript" src="../../lib/jquery/jquery-1.3.2.js"></script>
|
||||
<script type="text/javascript" src="../../lib/jquery/jquery-1.4.js"></script>
|
||||
<script type="text/javascript" src="../../angular.js"></script>
|
||||
<script type="text/javascript" src="tweeterclient.js"></script>
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@ $(document).ready(function(){
|
||||
var list = [];
|
||||
var self = this;
|
||||
self.set('status', 'fetching');
|
||||
$.getJSON(url, function(response){
|
||||
$.getJSON(url, function(response, code){
|
||||
_(response).forEach(function(v,k){
|
||||
list[k] = v;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user