Skip to content

Commit cd83d31

Browse files
authored
Update build-client-side-web-parts-with-angular-1-x.md
Replaced **Right before the web part's constructor* with **Right above the render method*, since there is no web part's constructor which results in people getting confused.
1 parent 8058373 commit cd83d31

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)