Skip to content

Commit

Permalink
Test Page > use local Angular script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Nov 18, 2014
1 parent 7f8d1a3 commit 6f93550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ng-img-crop.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html ng-app="app">
<head>
<title>ngImgCrop Test Page</title>
<!--<script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>-->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script>
<script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>
<!--<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script>-->
<script type="text/javascript" src="../compile/unminified/ng-img-crop.js"></script>
<link rel="stylesheet" href="../compile/unminified/ng-img-crop.css"/>
<style>
Expand Down

0 comments on commit 6f93550

Please sign in to comment.