Skip to content

Instantly share code, notes, and snippets.

@rubydoc
Created June 23, 2014 06:01
Show Gist options
  • Save rubydoc/0a83c39f53386aa74115 to your computer and use it in GitHub Desktop.
Save rubydoc/0a83c39f53386aa74115 to your computer and use it in GitHub Desktop.
<input type="text" ng-model="$parent.$parent.hello">
<div ng-controller="ParentCtrl">
<div ng-include="'/child'" ng-controller="ChildCtrl">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment