Skip to content

Commit

Permalink
fixed typo in serviceSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-karolewski committed Jan 13, 2016
1 parent 984466c commit 448b386
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion files/templates/ServiceSpec.js
Expand Up @@ -8,7 +8,7 @@ describe('Service: #MODULENAME#.#COMPONENTNAME#', function () {

//update the injection
beforeEach(inject(function (_#COMPONENTNAME#_) {
service = _#COMPONENTNAME_#;
service = _#COMPONENTNAME#_;
}));

/**
Expand Down
3 changes: 0 additions & 3 deletions src/org/weebly/generator/services/ContentBuilder.java
Expand Up @@ -13,9 +13,6 @@ public class ContentBuilder {

/**
* Handles the callback from the UI to create the component
* @param componentType type of component
* @param moduleName name of module
* @param componentBasename name of component
*/
public ArrayList<String> createAngularComponentsHandler(String currentPath, String componentType, String moduleName, String componentBasename) throws DirectoryNotFoundException, DuplicateFileException, IOException {

Expand Down

0 comments on commit 448b386

Please sign in to comment.