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 +[}]: #