Sign in
android
/
platform
/
external
/
cherry
/
main
/
.
/
third_party
/
angular
/
docs
/
examples
/
example-example1
/
script.js
blob: 68333d37e59652de68ac6477c771792acc4270d2 [
file
]
angular
.
module
(
'ngAppDemo'
,
[]).
controller
(
'ngAppDemoController'
,
function
(
$scope
)
{
$scope
.
a
=
1
;
$scope
.
b
=
2
;
});