angular-form-for
Set of Angular directives to simplify creating and validating HTML forms.
파일 탐색기
최종 버전 다운로드 (.zip)- angular.d.ts
- jquery.d.ts
- form-for.bootstrap-templates.js
- form-for.css
- form-for.default-templates.js
- form-for.js
- form-for.material-templates.js
- form-for.material.css
- form-for.min.js
- form-for.min.js.map
- checkbox-field.html
- init-test.js
- radio-field.html
- select-field.html
- aria-manager.ts
- checkbox-field.ts
- collection-label.ts
- field-error.ts
- field-label.ts
- form-for-builder.ts
- form-for-debounce.ts
- form-for.ts
- radio-field.ts
- select-field.ts
- submit-button.ts
- text-field.ts
- type-ahead-field.ts
- builder-field-type.ts
- validation-failure-type.ts
- validation-field-type.ts
- view-field.ts
- view-schema.ts
- validation-error-map.ts
- validation-rule-boolean.ts
- validation-rule-collection.ts
- validation-rule-custom.ts
- validation-rule-field-type.ts
- validation-rule-number.ts
- validation-rule-regexp.ts
- validation-rule.ts
- validation-ruleset.ts
- bindable-collection-wrapper.ts
- bindable-field-wrapper.ts
- custom-validation-function.ts
- field-datum.ts
- form-for-scope.ts
- submit-button-wrapper.ts
- field-helper.ts
- form-for-configuration.ts
- model-validator.ts
- form-for-controller.ts
- form-for-guid.ts
- form-for-state-helper.ts
- nested-object-helper.ts
- promise-utils.ts
- string-util.ts
- module.ts
- _mixins.styl
- _variables.styl
- checkbox-field.styl
- collection-label.styl
- field-error.styl
- field-label.styl
- form-for-field.styl
- form-for.styl
- radio-field.styl
- select-field.styl
- submit-button.styl
- text-field.styl
- tooltip.styl
- type-ahead-field.styl
- field-error.styl
- md-checkbox.styl
- md-input-container.styl
- select-field.styl
- _multi-select.html
- _select.html
- _input.html
- _textarea.html
- checkbox-field.html
- collection-label.html
- field-error.html
- field-label.html
- radio-field.html
- select-field.html
- submit-button.html
- text-field.html
- type-ahead-field.html
- _multi-select.html
- _select.html
- _input.html
- _textarea.html
- checkbox-field.html
- collection-label.html
- field-error.html
- field-label.html
- radio-field.html
- select-field.html
- submit-button.html
- text-field.html
- type-ahead-field.html
- checkbox-field.html
- collection-label.html
- field-error.html
- field-label.html
- radio-field.html
- select-field.html
- submit-button.html
- text-field.html
- type-ahead-field.html
- checkbox-field.js
- radio-field.js
- select-field.js
- test-helper.js
- form-for-state-helper.js
- model-validator.js
- nested-object-helper.js
- parse.js
- promise-utils.js
- string-util.js
- .gitignore
- .travis.yml
- bower.json
- CHANGELOG.md
- circle.yml
- CONTRIBUTING.md
- gulpfile.js
- karma.conf.js
- LICENSE
- package.json
- protractor.conf.js
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/bvaughn/angular-form-for
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd angular-form-for
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install angular-form-for --save-dev
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
