diff options
| author | Misko Hevery | 2010-07-02 15:39:47 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-07-02 15:39:57 -0700 |
| commit | 1f0562150921ea2f05149b64ef0440937491def9 (patch) | |
| tree | 20c1c2c69038a7d02d720b811453df6438d274a5 /scenario/perf.html | |
| parent | 105e9443c4170870dd34f69073a6eafaabeaf567 (diff) | |
| download | angular.js-1f0562150921ea2f05149b64ef0440937491def9.tar.bz2 | |
change all attributes from ng- to ng: prefix
Diffstat (limited to 'scenario/perf.html')
| -rw-r--r-- | scenario/perf.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scenario/perf.html b/scenario/perf.html index 50a8d28f..94af8b69 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -20,12 +20,12 @@ }; </script> </head> - <body ng:init="$window.$scope = this; items = createItems()" ng-controller="PerfCntl"> + <body ng:init="$window.$scope = this; items = createItems()" ng:controller="PerfCntl"> <input type="text" name="text"/> <hr/> <ul> - <li Xng-repeat="item in items.$filter('').$orderBy('name')" - ng-repeat="item in items"> + <li Xng:repeat="item in items.$filter('').$orderBy('name')" + ng:repeat="item in items"> {{item.name}} <a href="#{{item.name}}">{{item.parts.join(', ')}}</a> </li> </ul> |
