Skip to content

Commit e15f072

Browse files
committed
Merge pull request #231 from kujtimiihoxha/kujtimiihoxha-patch
Change `partialsModule` to `app.partials` closes #230
2 parents 777f3c1 + a289c45 commit e15f072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular/index.modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ angular.module('app', [
55
'app.components',
66
'app.routes',
77
'app.config',
8-
'partialsModule'
8+
'app.partials'
99
]);
1010

1111
angular.module('app.run', []);

tasks/ngHtml2Js.task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var gulp = require('gulp'),
1515
elixir.extend('ngHtml2Js', function(src, output, options) {
1616

1717
var defaultOptions = {
18-
moduleName: 'partialsModule',
18+
moduleName: 'app.partials',
1919
prefix: './views/'
2020
};
2121

0 commit comments

Comments
 (0)