{{myWelcome}}. Time : {{theTime}}

{{title}}. Type in the input box.

First Name:

Last Name:

First Name =

Last Name = {{lastName}}

Full Name = {{fullName()}}

Looping with ng-repeat:

Looping with adding filters:

Looping with json data and adding filters. Click the table headers to change the sorting order:

No Name City Country
{{$index + 1}} {{x.Name}} {{x.City}} {{x.Country | uppercase}}