Skip to content

Commit c149c41

Browse files
committed
Renamed Factory file to match factory name
1 parent 0e57007 commit c149c41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = function (grunt) {
183183
separator: '\n'
184184
},
185185
js: {
186-
src: ['<%= yeoman.app %>/scripts/{datePicker,input,dateRange,datePickerFactory}.js', '<%= yeoman.tmp %>/templates.js'],
186+
src: ['<%= yeoman.app %>/scripts/{datePicker,input,dateRange,datePickerUtils}.js', '<%= yeoman.tmp %>/templates.js'],
187187
dest: '<%= yeoman.dist %>/index.js',
188188
options: {
189189
banner:'\'use strict\';\n(function(angular){\n',
File renamed without changes.

0 commit comments

Comments
 (0)