Skip to content

Commit 9d71584

Browse files
author
simon28li
authored
Update 01-购物车实例.html
1 parent a577644 commit 9d71584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01-购物车实例.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script type="text/javascript" src="js/angular.min.js" ></script>
1717
<script>
1818
function test($scope){
19+
$scope.name='hello Angular!';
1920
$scope.iphone={
2021
money:6000,
2122
num:1,

0 commit comments

Comments
 (0)