Sign in
android
/
platform
/
external
/
cherry
/
main
/
.
/
third_party
/
angular
/
docs
/
examples
/
example-example79
/
script.js
blob: 5e18c6c932f07c8f6efedffc235fa9666bb3e04a [
file
]
angular
.
module
(
'docsBindExample'
,
[])
.
controller
(
'Controller'
,
[
'$scope'
,
function
(
$scope
)
{
$scope
.
name
=
'Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)'
;
}]);