Initializing model using a Global function doesn't seem to work for me?
Open
- Dominant language
- JavaScript
- Stars
- 2.6k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
What is going wrong here ?
```
AngulasJS Demo3
function nameController($scope){
$scope.firstname = 'John';
$scope.lastname = 'Smith';
}
First Name :
Last Name :
Hello {{ firstname }} {{lastname}}
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.