mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-16 07:58:37 +08:00
Included: - A sample test fixture - A sample test - Server middleware to serve the E2E harness - Convenient test helpers to simplify loading the right fixture Closes #9557 Closes #9527
10 lines
173 B
HTML
10 lines
173 B
HTML
<!DOCTYPE html>
|
|
<html ng-app="test">
|
|
<div ng-controller="TestCtrl">
|
|
<p>{{text}}</p>
|
|
</div>
|
|
|
|
<script src="angular.js"></script>
|
|
<script src="script.js"></script>
|
|
</html>
|