diff --git a/Gruntfile.js b/Gruntfile.js index bec8138..0b27ea8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -30,7 +30,7 @@ module.exports = function(grunt) { dest: 'dist/codemirror-4.inline-attachment.js' }, angularjs: { - src: ['', 'src/inline-attachment.js', 'src/angularjs.inline-attachment.js'], + src: ['', 'src/inline-attachment.js', 'src/input.inline-attachment.js', 'src/angularjs.inline-attachment.js'], dest: 'dist/angularjs.inline-attachment.js' } }, @@ -93,4 +93,4 @@ module.exports = function(grunt) { grunt.registerTask('qa', ['jshint']); grunt.registerTask('default', ['qa', 'concat', 'uglify']); -}; \ No newline at end of file +}; diff --git a/demo/angularjs.html b/demo/angularjs.html index 4dc8510..73655f0 100644 --- a/demo/angularjs.html +++ b/demo/angularjs.html @@ -8,6 +8,7 @@ +