Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
refact(ngOptions): move into its own file
Browse files Browse the repository at this point in the history
Since select is not aware of ngOptions, it makes sense to move it into its
own file for more easy maintenance.
  • Loading branch information
petebacondarwin committed Jan 12, 2015
1 parent 7fda214 commit 408f89d
Show file tree
Hide file tree
Showing 5 changed files with 2,325 additions and 2,332 deletions.
1 change: 1 addition & 0 deletions angularFiles.js
Expand Up @@ -65,6 +65,7 @@ var angularFiles = {
'src/ng/directive/ngList.js',
'src/ng/directive/ngModel.js',
'src/ng/directive/ngNonBindable.js',
'src/ng/directive/ngOptions.js',
'src/ng/directive/ngPluralize.js',
'src/ng/directive/ngRepeat.js',
'src/ng/directive/ngShowHide.js',
Expand Down

0 comments on commit 408f89d

Please sign in to comment.