Skip to content

Commit

Permalink
Merge branch 'release/v0.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmbrennan committed Jun 10, 2015
2 parents 835401c + 849bc0d commit ea0217a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions controller/templates/unit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

describe('Controller: <%= filename %>', function () {

// load the controller's module
Expand Down
2 changes: 0 additions & 2 deletions directive/templates/unit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

describe('Directive: <%= filename %>', function () {

// load the directive's module
Expand Down
2 changes: 0 additions & 2 deletions filter/templates/unit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

describe('Filter: <%= filename %>', function () {

// load the filter's module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dateformat": "^1.0.11",
"escodegen": "^1.6.1",
"esprima": "^2.0.0",
"fs-extra": "^0.18.0",
"fs-extra": "^0.19.0",
"glob": "^5.0.3",
"html-wiring": "^1.0.1",
"lodash": "^3.6.0",
Expand Down
2 changes: 0 additions & 2 deletions service/templates/unit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

describe('Service: <%= filename %>', function () {

// load the service's module
Expand Down

0 comments on commit ea0217a

Please sign in to comment.