Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
[#85] Prefixando index.html com data-
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Dec 7, 2016
1 parent b403531 commit d4543d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="pt-br" ng-app="frontpress" ng-controller="FrontPressController as vc">
<html lang="en" data-ng-app="frontpress" data-ng-controller="FrontPressController as vc">
<head page-head>
<meta name="fragment" content="!">
<meta charset="UTF-8">
Expand Down

0 comments on commit d4543d2

Please sign in to comment.