From 88d56a15649f815fd60e553973ec19aef0c5f1ad Mon Sep 17 00:00:00 2001 From: simomultimedia Date: Thu, 15 May 2014 13:35:52 +0200 Subject: [PATCH] typo [password] --- src/directives/decorators/bootstrap/bootstrap-decorator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/directives/decorators/bootstrap/bootstrap-decorator.js b/src/directives/decorators/bootstrap/bootstrap-decorator.js index e71c4fcda..26e000d0c 100644 --- a/src/directives/decorators/bootstrap/bootstrap-decorator.js +++ b/src/directives/decorators/bootstrap/bootstrap-decorator.js @@ -11,7 +11,7 @@ angular.module('schemaForm').config(['schemaFormDecoratorsProvider',function(dec checkbox: base+'checkbox.html', checkboxes: base+'checkboxes.html', number: base+'default.html', - passord: base+'default.html', + password: base+'default.html', submit: base+'submit.html', button: base+'submit.html', radios: base+'radios.html',