mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-01-12 22:44:20 +08:00
18 lines
271 B
HTML
18 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html ng-app="myApp">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>fixture</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<ui-router class="test"></ui-router>
|
|
|
|
<section gijo-loader="{{onLoad}}"></section>
|
|
|
|
</body>
|
|
|
|
</html>
|