Commit 4ca009d4 authored by Sean Hammond's avatar Sean Hammond Committed by GitHub

Merge pull request #324 from hypothesis/remove-unused-props

Remove unused controller properties
parents cd3d2d41 aa5ebf85
......@@ -36,14 +36,6 @@ function HypothesisAppController(
// used by templates to show an intermediate or loading state.
this.auth = {status: 'unknown'};
// Allow all child scopes to look up feature flags as:
//
// if ($scope.feature('foo')) { ... }
this.feature = features.flagEnabled;
// Allow all child scopes access to the session
this.session = session;
// App dialogs
this.accountDialog = {visible: false};
this.shareDialog = {visible: false};
......
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