Skip to content

Commit

Permalink
Merge pull request #526 from brmodeloweb/fix/deploy
Browse files Browse the repository at this point in the history
Fix import reference
  • Loading branch information
miltonbsn authored Apr 25, 2024
2 parents 0138796 + 4f2155a commit 46cad87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/angular/components/importModelModal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import angular from "angular";
import template from "./ImportModelModal.html";
import template from "./importModelModal.html";

const app = angular.module("app.ImportModelModal", []);
const app = angular.module("app.importModelModal", []);

const Controller = function (ModelAPI, AuthService, $timeout) {
const $ctrl = this;
Expand Down

0 comments on commit 46cad87

Please sign in to comment.