File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < script type ="text/javascript " src ="../src/scenario/bootstrap.js "> </ script >
55 < script type ="text/javascript " src ="widgets-scenarios.js "> </ script >
6- <!--< script type="text/javascript" src="datastore-scenarios.js"></script>-- >
6+ < script type ="text/javascript " src ="datastore-scenarios.js "> </ script >
77 </ head >
88 < body >
99 </ body >
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 ="../angular-bootstrap.js#database=$MEMORY "> </ script >
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 ="../src/angular-bootstrap.js "> </ script >
7+ < script type ="text/javascript ">
8+ $ ( document ) . ready ( function ( ) { angular . compile ( document ) . init ( ) ; } ) ;
9+ </ script >
510 </ head >
611 < body ng-entity ="book=Book " ng-init ="books=Book.all() ">
712 < p > {{book.$id}}</ p >
You can’t perform that action at this time.
0 commit comments