I have just started learning Angular JS and created some basic samples however I am stuck with the following problem.
I have created 2 modules and 2 controllers.
You can define a Root ng-App and in this ng-App you can define multiple nd-Controler. Like this
Enter first name: Enter last name: You are entering: {{student.fullName()}} Enter first name: Enter last name: Name: {{student.fullName()}} Subject: Name. Marks {{ subject.name }} {{ subject.marks }}