Sign in
android
/
platform
/
external
/
cherry
/
main
/
.
/
third_party
/
angular
/
docs
/
examples
/
example-example39
/
script.js
blob: 80237f8008cd24e1a57594e0f14d10de2e40e44d [
file
]
function
Ctrl
(
$scope
)
{
$scope
.
templates
=
[
{
name
:
'template1.html'
,
url
:
'template1.html'
},
{
name
:
'template2.html'
,
url
:
'template2.html'
}
];
$scope
.
template
=
$scope
.
templates
[
0
];
}