Skip to content

Commit

Permalink
fixed console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jduttondesign committed Dec 3, 2016
1 parent 6eec9ef commit 5115490
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion javascripts/AppConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ app.config(function($routeProvider){
$routeProvider
.when('/auth', {
templateUrl: 'partials/auth.html',
controller:'AuthCtrl'
controller:'AuthCtrl',
})
.when('/boards/list', {
templateUrl: 'partials/general-view.html',
Expand Down
2 changes: 1 addition & 1 deletion partials/board-new.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h3>New Todo</h3>
<h3>New Board</h3>
<form>
<div class="form-group">
<label>Pins</label>
Expand Down
17 changes: 0 additions & 17 deletions partials/login

This file was deleted.

0 comments on commit 5115490

Please sign in to comment.