Skip to content

Commit

Permalink
fix problems caused from migration to new dataService
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Jun 25, 2015
1 parent a253e53 commit 5ebcd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions www/md_base/src/app/about/about.controller.coffee
Expand Up @@ -15,5 +15,5 @@ class About extends Controller
@versions = config.versions
@config = config
@specs = []
restService.get('application.spec').then (specs) =>
@specs = @processSpecs(specs)
restService.get('application.spec').then (data) =>
@specs = @processSpecs(data.specs)
1 change: 0 additions & 1 deletion www/md_base/src/app/common/common.module.coffee
@@ -1,7 +1,6 @@
name = 'common'
dependencies = [
'ui.router'
'restangular'
]

# Register new module
Expand Down

0 comments on commit 5ebcd38

Please sign in to comment.