Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created September 22, 2015 19:54
Show Gist options
  • Select an option

  • Save qetr1ck-op/763543e38942e2e38c1b to your computer and use it in GitHub Desktop.

Select an option

Save qetr1ck-op/763543e38942e2e38c1b to your computer and use it in GitHub Desktop.
<div ng-controller="navCtrl">
<span>{{user.name}}</span>
<div ng-controller="loginCtrl">
<span>{{user.name}}</span>
<input ng-model="user.name"></input>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment