Commit be1016d5 authored by Aron Carroll's avatar Aron Carroll Committed by Randall Leeds

Rename accountmanagement to account_management

parent 85c37d06
...@@ -368,7 +368,7 @@ confirmPasswordCheck = ['$resource', ($resource)-> ...@@ -368,7 +368,7 @@ confirmPasswordCheck = ['$resource', ($resource)->
] ]
panels = -> panels = ->
# This panels directive houses panels in the sidebar (such as settings, accountmanagement, etc). Each panel is it's own directive. # This panels directive houses panels in the sidebar (such as settings, account_management, etc). Each panel is it's own directive.
link: (scope, elem, attr, ctrl) -> link: (scope, elem, attr, ctrl) ->
scope.togglePanels = (panel)-> scope.togglePanels = (panel)->
scope.activePanel.active = !scope.activePanel.active scope.activePanel.active = !scope.activePanel.active
...@@ -457,7 +457,7 @@ accountManagement = ['$filter', 'flash', 'profile', ($filter, flash, profile) -> ...@@ -457,7 +457,7 @@ accountManagement = ['$filter', 'flash', 'profile', ($filter, flash, profile) ->
# the request was successful. # the request was successful.
restrict: 'C' restrict: 'C'
templateUrl: 'accountmanagement.html' templateUrl: 'account_management.html'
] ]
accountProfile = -> accountProfile = ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment