You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See additional usage examples [here](src/cloudinary-image-source.directive.spec.ts) and in the sample projects.
@@ -172,7 +172,7 @@ The samples differ by their bundling solution and upload implementation:
172
172
* Uses [ng2-file-upload](https://github.com/valor-software/ng2-file-upload) for uploading files using an opensource file uploader
173
173
* Uses [Webpack](https://webpack.github.io) for bundling and serving the application
174
174
*[Photo album sample app with jQuery](samples/photo_album_with_jquery)
175
-
* Uses [Cloudinary's jQuery plugin](http://cloudinary.com/blog/direct_upload_made_easy_from_browser_or_mobile_app_to_the_cloud#direct_uploading_from_the_browser_using_jquery) for uploading files using jQuery and blueimp.
175
+
* Uses [Cloudinary's jQuery plugin](https://cloudinary.com/blog/direct_upload_made_easy_from_browser_or_mobile_app_to_the_cloud#direct_uploading_from_the_browser_using_jquery) for uploading files using jQuery and blueimp.
176
176
* Uses [SystemJS](https://github.com/systemjs/systemjs) for bundling the application and [lite-server](https://github.com/johnpapa/lite-server) for serving the application.
177
177
*[Photo Album AOT compilation](samples/photo_album_aot)
178
178
* Demonstrates usage of Cloudinary SDK in an [Angular AOT](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html) application
@@ -203,9 +203,10 @@ Please consult with the respective README file of each sample for usage and addi
0 commit comments