forked from twilson63/ngUpload
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request twilson63#10 from adebisi-fa/master
Addition of ngUpload to NuGet package library, bug fixes, and feature enhancements.
- Loading branch information
Showing
16 changed files
with
407 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>AngularJS.ngUpload</id> | ||
<version>0.1.1</version> | ||
<title>AngularJS.ngUpload - (using iFrame)</title> | ||
<authors>Tom Wilson,Adebisi-Fa</authors> | ||
<owners>Tom Wilson</owners> | ||
<projectUrl>http://twilson63.github.com/ngUpload</projectUrl> | ||
<iconUrl>http://altdstore.blob.core.windows.net/ngupload/ngUpload-Nuget-Logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>An AngularJS Directive that uses hidden iFrame for uploading files. It works across browsers (even non-HTML5 complaint one) down to IE6.</description> | ||
<summary /> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="jQuery" version="1.9.1" /> | ||
<dependency id="angularjs" version="1.0.5" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\..\examples\nodejs\libs\css\images\glyphicons-halflings-white.png" target="content\Content\css\images\glyphicons-halflings-white.png" /> | ||
<file src="..\..\examples\nodejs\libs\css\images\glyphicons-halflings.png" target="content\Content\css\images\glyphicons-halflings.png" /> | ||
<file src="..\..\examples\nodejs\libs\css\bootstrap.min.css" target="content\Content\css\bootstrap.min.css" /> | ||
<file src="..\..\ng-upload.js" target="content\Scripts\ng-upload.js" /> | ||
<file src="..\..\ng-upload.min.js" target="content\Scripts\ng-upload.min.js" /> | ||
<file src="..\..\examples\nodejs\index.html" target="content\ng-upload-sample.html" /> | ||
</files> | ||
</package> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+8.57 KB
nuget/ngUpload/content/Content/css/images/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.