Skip to content

Instantly share code, notes, and snippets.

View ceoaliongroo's full-sized avatar

Carlos Mantilla ceoaliongroo

View GitHub Profile
@ceoaliongroo
ceoaliongroo / ngDebug.js
Last active August 29, 2015 14:21
Angular (ng) services debug via console.
var ng = ngDebug;
var $filter;
function getService(name) {
return angular.element('body').injector().get(name);
};
function ngDebug(name) {
var providers = [];