Browse Source

Merge remote-tracking branch 'project-app/master'

Alan Colon 7 years ago
parent
commit
c1483cbf62
2 changed files with 1 additions and 2 deletions
  1. 0 1
      app/components/index.js
  2. 1 1
      app/routes.js

+ 0 - 1
app/components/index.js

@@ -1,3 +1,2 @@
-// TODO: App specific components
 require('./user-area-nav')
 require('./dashboard-page')

+ 1 - 1
app/routes.js

@@ -1,3 +1,3 @@
 module.exports = function($routeProvider) {
   $routeProvider.when('/dashboard', {template: '<app-dashboard-page />'})
-}
+}