Skip to content

Commit 00190b7

Browse files
author
Amir Tocker
committed
Add sample config file to the spec folder
1 parent dd16b32 commit 00190b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/config.js.sample

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)