diff --git a/Assignment 3/index.html b/Assignment 3/index.html index 0a523a1b2cc3121952bc4e7c5b6c2acca6f29d2b..41dbf1f3d4ff55cd1ec7ada316c8c95ebc10baaa 100644 --- a/Assignment 3/index.html +++ b/Assignment 3/index.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script> -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script> <body ng-app="myApp"> <div ng-controller="myCtrl"> @@ -21,5 +20,7 @@ app.controller('myCtrl', ['$scope', function($scope) { }]); </script> + + </body> </html>