I'm new to AngularJS and learning to respect the dependency injection 
although its caused a few strange hard to resolve problems with what would 
otherwise straight forward programming. I sat down and read things through 
and thought I'd gotten this behind me but I have a problem that's blocking 
my development in a baffling way:

This is my setup:

I've got an app called myApp as a module:

var myApp = angular.module('myApp', []);

I've got two services:

editorApp.factory('editor', function() {


});

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to