Toggle navigation
George Opritescu
Blog
Tags
About
Read the Tutorial
Fork on GitHub
accessing an angular service from the browser console
Developer from somewhere
This works in 1.2.10:
angular
.
injector
([
"yourAppName"
]).
get
(
"serviceName"
)