We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16b32 commit 00190b7Copy full SHA for 00190b7
spec/config.js.sample
@@ -0,0 +1,7 @@
1
+var app = angular.module("spec", ["cloudinary"]);
2
+app.config(['cloudinaryProvider', function (cloudinaryProvider) {
3
+ cloudinaryProvider
4
+ .set("cloud_name", "CCCCCCC")
5
+ .set("upload_preset", "UUUUUUUU");
6
+}]);
7
+app.controller("specController", ["$scope",function($scope){}]);
0 commit comments