From cf5b8c367444572ba64c06bb24d82c5b1fecf8c7 Mon Sep 17 00:00:00 2001 From: Ashish Joshi Date: Sun, 22 Jan 2017 00:29:57 +0530 Subject: [PATCH] add missing import --- manuals/views/step3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuals/views/step3.md b/manuals/views/step3.md index 10a203c8a..fa602b387 100644 --- a/manuals/views/step3.md +++ b/manuals/views/step3.md @@ -410,6 +410,7 @@ Because `PartiesList` module is in `imports` and it's lazy-loaded we have to imp ##### Changed client/main.js ```diff @@ -2,21 +2,9 @@ ++┊ 1┊ 1┊import angular from 'angular'; ┊ 2┊ 2┊import angularMeteor from 'angular-meteor'; ┊ 3┊ 3┊import { Parties } from '../collections/parties'; ┊ 4┊ 4┊ @@ -601,6 +602,7 @@ Here, change the main.js file like this : (remove "import { name as PartiesList ##### Changed client/main.js ```diff @@ -2,9 +2,4 @@ ++┊ 1┊ 1┊import angular from 'angular'; ┊ 2┊ 2┊import angularMeteor from 'angular-meteor'; ┊ 3┊ 3┊import { Parties } from '../collections/parties'; ┊ 4┊ 4┊ @@ -628,4 +630,4 @@ In the next step, we'll see how to add functionality to our app's UI so that we | [< Previous Step](step2.md) | [Next Step >](step4.md) | |:--------------------------------|--------------------------------:| [}]: # -[}]: # \ No newline at end of file +[}]: #