ladda-angular
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ladda-angular", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/sachinchoolur/ladda-angular", | ||
@@ -28,2 +28,2 @@ "authors": [ | ||
] | ||
} | ||
} |
@@ -28,3 +28,3 @@ 'use strict'; | ||
src: ['src/<%= pkg.name %>.js'], | ||
dest: 'dist/jquery.<%= pkg.name %>.js' | ||
dest: 'dist/<%= pkg.name %>.js' | ||
} | ||
@@ -38,3 +38,3 @@ }, | ||
src: '<%= concat.dist.dest %>', | ||
dest: 'dist/jquery.<%= pkg.name %>.min.js' | ||
dest: 'dist/<%= pkg.name %>.min.js' | ||
} | ||
@@ -104,2 +104,2 @@ }, | ||
grunt.registerTask('test', ['jshint', 'connect', 'qunit']); | ||
}; | ||
}; |
{ | ||
"name": "ladda-angular", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ladda button directive for angularjs", | ||
@@ -44,2 +44,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
@@ -1,2 +0,5 @@ | ||
 | ||
 | ||
 | ||
 | ||
 | ||
@@ -34,3 +37,3 @@ # ladda-angular | ||
#### The code | ||
add the Following code to the <head> of your document. | ||
add the Following code into your document. | ||
``` html | ||
@@ -37,0 +40,0 @@ <script src="path/ladda-angular.min.js"></script> |
26593
285
98