Skip to content

Commit

Permalink
update bower
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jul 28, 2016
1 parent da6e83f commit e5d2032
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "angular-isloading",
"description": "AngularJS directive that provide `a boolean value` to know $http hasn't had a response or not.",
"main": "dist",
"main": [
"dist/js/angular-isloading.js"
],
"authors": [
"afei"
],
Expand Down
4 changes: 2 additions & 2 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
var s5 = $http.get('http://www.hao123.com');

//you need a svn if you're a chinese
var s6 = $http.get('https://www.google.com/');
//var s6 = $http.get('https://www.google.com/');


$q.all([s1, s2, s3, s4, s5]).then(function (responses) {
Expand All @@ -87,7 +87,7 @@
var s5 = $http.get('http://www.hao123.com');

//you need a svn if you're a chinese
var s6 = $http.get('https://www.google.com/');
//var s6 = $http.get('https://www.google.com/');


$q.all([s1, s2, s3, s4, s5]).then(function (responses) {
Expand Down

0 comments on commit e5d2032

Please sign in to comment.