From c99cda478972e3b47be5a7a378b3d66665b92808 Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 9 Aug 2013 13:14:23 +0800 Subject: [PATCH] Modify the demo: add quotation mark Sorry for the previous PR that i missed the quotation mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1307a6c..39e1406 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##How to use it The angularjs app is always called meteorapp. - angular.module('meteorapp', [meteor]). + angular.module('meteorapp', ['meteor']). config(['$routeProvider', function($routeProvider) { $routeProvider. when('/index', {templateUrl: 'partials/index.html', controller: MeteorCtrl}).