File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < head >
4- < script type ="text/javascript " src ="../lib/underscore/underscore.js "> </ script >
5- < script type ="text/javascript " src ="../lib/jquery/jquery-1.3.2.js "> </ script >
4+ < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2.js "> </ script >
65 < script type ="text/javascript " src ="../src/angular-bootstrap.js "> </ script >
76 < script type ="text/javascript ">
87 $ ( document ) . ready ( function ( ) {
9- var scope = angular . compile ( document ) ;
10- scope . set ( 'a' , 3 ) ;
11- scope . updateView ( ) ;
8+ scope = angular . compile ( document ) ;
9+ scope . $init ( ) ;
10+ scope . a = 3 ;
11+ scope . $eval ( ) ;
1212 } ) ;
1313 </ script >
1414 </ head >
Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < head >
4- < script type ="text/javascript " src ="../lib/underscore/underscore.js "> </ script >
5- < script type ="text/javascript " src ="../lib/jquery/jquery-1.3.2.js "> </ script >
4+ < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2.js "> </ script >
65 < script type ="text/javascript " src ="../angular-minified.js "> </ script >
76 < script type ="text/javascript ">
87 $ ( document ) . ready ( function ( ) {
98 scope = angular . compile ( document ) ;
10- scope . set ( 'a' , 3 ) ;
11- scope . updateView ( ) ;
9+ scope . $init ( ) ;
10+ scope . a = 3 ;
11+ scope . $eval ( ) ;
1212 } ) ;
1313 </ script >
1414 </ head >
Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < head >
4- < script type ="text/javascript " src ="../lib/underscore/underscore.js "> </ script >
5- < script type ="text/javascript " src ="../lib/jquery/jquery-1.3.2.js "> </ script >
6- < script type ="text/javascript " src ="../angular.js "> </ script >
4+ < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2.js "> </ script >
5+ < script type ="text/javascript " src ="../angular-debug.js "> </ script >
76 < script type ="text/javascript ">
87 $ ( document ) . ready ( function ( ) {
98 var scope = angular . compile ( document ) ;
10- scope . set ( 'a' , 3 ) ;
11- scope . updateView ( ) ;
9+ scope . a = 3 ;
10+ scope . $init ( ) ;
11+ scope . $eval ( ) ;
1212 } ) ;
1313 </ script >
1414 </ head >
You can’t perform that action at this time.
0 commit comments