Sign in
apache
/
netbeans
/
refs/heads/fix-url
/
.
/
webcommon
/
html.angular
/
test
/
unit
/
data
/
virtualSource
/
issue229693.html
blob: 46abdeac761ba79922a7475a2598fde1232be217 [
file
] [
log
] [
blame
]
<body>
<div
ng-controller
=
"list"
>
<ol>
<li
ng-repeat
=
"item in items"
>
{{item.celejmeno()}}
</li>
</ol>
<div
ng-controller
=
""
>
</div>
</div>
</body>