diff options
| author | Andres Ornelas | 2010-07-27 10:44:46 -0700 |
|---|---|---|
| committer | Andres Ornelas | 2010-07-27 10:44:46 -0700 |
| commit | b42072733c3afd03a49457d88ffed28ebe55655e (patch) | |
| tree | 2fa2b8703cdc75fe19a204d2c9677e27d33c8176 /scenario/datastore.html | |
| parent | 2f7c538628929888ce7c99b9577e34f8c87211f7 (diff) | |
| parent | 8ddee9bb25ade2bbe7d57db6353b29867606c184 (diff) | |
| download | angular.js-b42072733c3afd03a49457d88ffed28ebe55655e.tar.bz2 | |
Merge branch 'master' of github.com:angular/angular.js into future
Diffstat (limited to 'scenario/datastore.html')
| -rw-r--r-- | scenario/datastore.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenario/datastore.html b/scenario/datastore.html index 525d3636..1720b3bc 100644 --- a/scenario/datastore.html +++ b/scenario/datastore.html @@ -8,9 +8,9 @@ $(document).ready(function(){angular.compile(document).init();}); </script> </head> - <body ng-entity="book=Book" ng-init="books=Book.all()"> + <body ng-entity="book=Book" ng:init="books=Book.all()"> <p>{{book.$id}}</p> - <li ng-repeat="book in books.$orderBy('name')"> + <li ng:repeat="book in books.$orderBy('name')"> <li>{{book.name}}</li> </li> </body> |
