https://code.angularjs.org/1.0.0rc9/angular-1.0.0rc9.js
I am facing an issue with the above link as it defines an external js file that I am not familiar with the injector to angular-1.0.0rc9.js. Due to this, my app is not running in the browser.
Here is a snippet of code where the module is defined: var myApp = angular.module('myApp', ['what injector:module is define here']);
I would greatly appreciate any help or guidance on resolving this issue. Thank you!