Skip to content

Instantly share code, notes, and snippets.

@ryanchartrand
Created October 31, 2014 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanchartrand/847773b7db481f6a7bc7 to your computer and use it in GitHub Desktop.
Save ryanchartrand/847773b7db481f6a7bc7 to your computer and use it in GitHub Desktop.
appctrl
<div ng-controller="AppCtrl">
<div ng-controller="LoginCtrl">
// Login code..
</div>
<div ng-controller="TableCtrl">
// Table codes...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment