added ng-controller to body

This commit is contained in:
Märt Kalmo 2017-06-07 08:47:33 +00:00
parent fbb34b392c
commit 3898aecb9b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
</head>
<body>
<body ng-controller="C1 as vm">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>