Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created March 19, 2014 18:25
Show Gist options
  • Save ianjosephwilson/9648066 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/9648066 to your computer and use it in GitHub Desktop.
controllers.controller('MainCtrl', function( $scope, $location,
AuthService, NoteService, _, ga ){
$scope.user = null;
$scope.showSearch = false;
window.console.log('what is happening');
window.console.log('_', _, typeof _);
window.console.log('ga', ga, typeof ga);
// ...
});
what is happening runtime.js:150
_ _ string runtime.js:151
ga ga string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment