My problem is that i need a service loaded before the controller get called and the template get rendered. http://jsfiddle.net/g75XQ/2/
Html:
even better than manually bootstrapping (which is not always a bad idea either).
angular.module('myApp', ['app.services']) .run(function(myservice) { //stuff here. });