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 >
46 < script type ="text/javascript " src ="../src/angular-bootstrap.js "> </ script >
5- </ head >
7+ < script type ="text/javascript ">
8+ $ ( document ) . ready ( function ( ) {
9+ var scope = angular . compile ( document ) ;
10+ scope . set ( 'a' , 3 ) ;
11+ scope . updateView ( ) ;
12+ } ) ;
13+ </ script > </ head >
614 < body >
715 Quantity: < input type ="text " name ="a " value ="2 ">
816 *
File renamed without changes.
Original file line number Diff line number Diff line change 44 </ head >
55 < body >
66 < ul >
7- < li > < a href ="calculator-auto_init .html "> Calculator: Auto Init</ a > </ li >
8- < li > < a href ="calculator-manual_init .html "> Calculator: Manual Init</ a > </ li >
7+ < li > < a href ="calculator-bootstrap .html "> Calculator: Auto Init</ a > </ li >
8+ < li > < a href ="calculator.html "> Calculator: Manual Init</ a > </ li >
99 </ ul >
1010 </ body >
1111</ html >
You can’t perform that action at this time.
0 commit comments