Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #388 from davidmsibley/removeBetaSwitcher
Browse files Browse the repository at this point in the history
MUMMNG-3267 removing beta header
  • Loading branch information
davidmsibley committed Apr 6, 2017
2 parents 9e04a8e + c18cf10 commit 6060fb9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ npm-debug.log
\.DS_Store
docs/_site
Gemfile.lock
nbproject/
6 changes: 0 additions & 6 deletions uw-frame-components/portal/main/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ define(['angular', 'require'], function(angular, require) {
}
});

app.directive('betaHeader', function() {
return {
restrict : 'E',
templateUrl : require.toUrl('./partials/beta-header.html')
}
});
app.directive('featuresModalTemplate', function() {
return {
restrict : 'E',
Expand Down
31 changes: 0 additions & 31 deletions uw-frame-components/portal/main/partials/beta-header.html

This file was deleted.

0 comments on commit 6060fb9

Please sign in to comment.