Skip to content

Commit b085c6f

Browse files
alandmportuga
authored andcommitted
docs: update 317_custom_templates.ngdoc
Update standard template link
1 parent 60fcedc commit b085c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tutorial/317_custom_templates.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The grid allows you to override most of the templates, including cellTemplate, h
66
and others. You would typically do this to inject functionality like buttons or to get a very different look and
77
feel that you couldn't achieve through cell classes and other settings.
88

9-
It is generally good practice to at least review the standard template in https://github.com/angular-ui/ui-grid/tree/master/src/templates/ui-grid
9+
It is generally good practice to at least review the standard template in https://github.com/angular-ui/ui-grid/tree/master/packages/core/src/templates/ui-grid
1010
to make sure there isn't functionality that you are overriding that you needed to keep. In many cases it is desirable to
1111
use the standard template as a starting point, and add your customisations on top. Also remember that new features
1212
or code changes may mean that you need to upgrade your custom template (if the standard template has been modified).

0 commit comments

Comments
 (0)