Skip to content

Commit 7fcfcb1

Browse files
committed
Merge pull request #5 from Simomultimedia/master
Typo [password] Thanks for contributing! :)
2 parents b091080 + 88d56a1 commit 7fcfcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/bootstrap-decorator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ angular.module('schemaForm').config(['schemaFormDecoratorsProvider',function(dec
1111
checkbox: base+'checkbox.html',
1212
checkboxes: base+'checkboxes.html',
1313
number: base+'default.html',
14-
passord: base+'default.html',
14+
password: base+'default.html',
1515
submit: base+'submit.html',
1616
button: base+'submit.html',
1717
radios: base+'radios.html',

0 commit comments

Comments
 (0)