Skip to content

Commit 6a1b0e4

Browse files
Merge pull request SharePoint#5423 from JarbasHorst/patch-4
Update build-client-side-web-parts-with-angular-1-x.md
2 parents e6e2fa5 + cd83d31 commit 6a1b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/guidance/build-client-side-web-parts-with-angular-1-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ In the previous step, you defined a web part property that allows users to choos
835835

836836
#### Broadcast AngularJS event on web part property change
837837

838-
1. In the code editor, open the **ToDoWebPart.ts** file. Right before the web part's constructor, add the following line:
838+
1. In the code editor, open the **ToDoWebPart.ts** file. Right above the render method, add the following line:
839839

840840
```typescript
841841
private $injector: angular.auto.IInjectorService;

0 commit comments

Comments
 (0)