mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-06-15 17:37:56 +08:00
14 lines
161 B
HTML
14 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html ng-app="myApp">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>fixture</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>{{test}}</p>
|
|
</body>
|
|
|
|
</html>
|