Removing some garbage, adding admin link

This commit is contained in:
Will Marshall
2014-05-08 11:24:37 +10:00
parent a7ef1295e4
commit d5648bd993
5 changed files with 25 additions and 51 deletions

View File

@@ -1,14 +0,0 @@
describe "SidebarCtrl", ->
ctrl = null
scope = null
location = null
beforeEach ->
module("Darkswarm")
location =
path: ->
"/login"
inject ($controller, $rootScope) ->
scope = $rootScope
ctrl = $controller 'SidebarCtrl', {$scope: scope, $location: location}
scope.$apply()