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

Commit 2d8dc25

Browse files
chalinmhevery
authored andcommitted
refactor(select): rename source files to follow convention
All `[ng-model]` directive source files under `lib/directive` have a name of the form `ng_model*.dart`. Rename: - `input_select.dart` to `ng_model_select.dart`. - `input_select_spec.dart` to `ng_model_select_spec.dart`. Closes #871
1 parent 6ecf1d5 commit 2d8dc25

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/directive/module.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ part 'ng_src_boolean.dart';
3939
part 'ng_style.dart';
4040
part 'ng_switch.dart';
4141
part 'ng_non_bindable.dart';
42-
part 'input_select.dart';
42+
part 'ng_model_select.dart';
4343
part 'ng_form.dart';
4444
part 'ng_model_validators.dart';
4545

File renamed without changes.

0 commit comments

Comments
 (0)