Created
March 19, 2014 18:25
-
-
Save ianjosephwilson/9648066 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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