Local Angular Js scopes

This is parent scope. n = {{ n }} Update n in parent scope using ng-model using ng-click
This is child controller. n = {{ n }} Update n in child scope:
using local-click
using ng-click