Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit e448368

Browse files
committed
forgot to add code formatting to formlyTemplateProvider
1 parent 951e691 commit e448368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See `bower.json` and `index.html` in the `master` branch for a full list / more
2525
`<script src="bower_components/angular-formly/dist/formly.min.js"></script>`
2626
-Bootstrap: bootstrap compatible forms, form-groups, etc.
2727
`<script src="bower_components/angular-formly/dist/formly.bootstrap.min.js"></script>`
28-
- DIY: You can create your own templates with formlyTemplateProvider! Use any of the builds above and override all the templates or just the ones you need.
28+
- DIY: You can create your own templates with `formlyTemplateProvider`! Use any of the builds above and override all the templates or just the ones you need.
2929

3030
3. Add 'formly' as a required module to your angular app, usually in `app.js`:
3131
`var app = angular.module('app', ['ng', 'ui.router', 'formly']);`

0 commit comments

Comments
 (0)