Skip to content

Instantly share code, notes, and snippets.

@reite
Created March 16, 2013 13:18
Show Gist options
  • Save reite/5176320 to your computer and use it in GitHub Desktop.
Save reite/5176320 to your computer and use it in GitHub Desktop.
in my html:
<script>
angular.module('myApp').value('initData,
{myjson}
)
<script>
in my controller:
function MyController($scope, initData) {
..do something with initial data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment