Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove base controller from HTML tag to after Angular bootstrap and convert I18NFooter and Thanks to component directives. #7283

Merged
merged 15 commits into from
Aug 5, 2019
Prev Previous commit
Next Next commit
NIts
  • Loading branch information
YashJipkate committed Aug 3, 2019
commit ee88263f7a00a55bce4071fd762f8fb7ee94ef81
2 changes: 1 addition & 1 deletion core/templates/dev/head/pages/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require('services/contextual/UrlService.ts');
require('app.constants.ts');

/**
* @fileoverview Oppia's base directive.
* @fileoverview Oppia's base controller.
*/

angular.module('oppia').controller('Base', [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html ng-app="oppia" lang="<[currentLang]>" itemscope itemtype="http://schema.org/Organization">
<html ng-app="oppia" itemscope itemtype="http://schema.org/Organization">
<head>
@require('../../base_components/header.html', {"title": "Oppia"})
<script>
Expand Down