Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Fixed nav-menu config to make it more dynamic, added manager view
Browse files Browse the repository at this point in the history
- Added manager view, initial verson of #29
- Updated travis to use npm 5.3.x
- Updated material deps
- Added route resolvers to properly configure nav-menu list
- Added service worker update service
- Fixed theme to keep up with latest material theme updates
  • Loading branch information
CaerusKaru committed Jul 22, 2017
1 parent 076676a commit 1c7a493
Show file tree
Hide file tree
Showing 42 changed files with 897 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:
- master
- dev
before_install:
- npm i -g npm@^5.0.1
- npm i -g npm@~5.3.0
- npm install -g @angular/cli
install:
- npm install
Expand Down
Loading

0 comments on commit 1c7a493

Please sign in to comment.