Randal Maia

Results 2 issues of Randal Maia

**_app.js**_ ``` javascript var initApp = function initApp(angularAMD) { var modules = [ 'ngRoute', 'ngResource', 'ngMock', 'tourModule']; var App = angular.module( 'App', modules ); return angularAMD.bootstrap( App ); }; ```...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'am frustrated when a...