Files
gulp-angular-cloak/fixtures/angular-custom.html
2014-04-05 20:25:01 +03:00

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>