From 4bd724b7ba449205574824a84cb81062166eb73b Mon Sep 17 00:00:00 2001 From: Eduardo Barbosa Date: Thu, 2 Jan 2014 10:38:17 -0200 Subject: [PATCH] docs(README): remove $routeProvider injection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd452e6df..aa3856d36 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ interfaces more effectively by nesting your views, and pairing those views with **(3)** Set up your states in the module config: > ```javascript -myApp.config(function($stateProvider, $routeProvider){ +myApp.config(function($stateProvider) { $stateProvider .state('index', { url: "",