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

Commit

Permalink
remove extra ng:app from async template
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jan 24, 2012
1 parent e445874 commit 68ed658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index-async.html
@@ -1,5 +1,5 @@
<!doctype html>
<html xmlns:ng="http://angularjs.org/" ng:app="myApp">
<html xmlns:ng="http://angularjs.org/">
<head>
<meta charset="utf-8">
<script>
Expand Down

0 comments on commit 68ed658

Please sign in to comment.