[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / angular-cache / build_examples / browserify / app.js
diff --git a/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/browserify/app.js b/ecomp-portal-FE/client/bower_components/angular-cache/build_examples/browserify/app.js
deleted file mode 100644 (file)
index 6f841e7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-var angular = require('angular');
-
-angular.module('app', [
-  // this is what you would do in a real app
-  // require('angular-cache')
-
-  // for the example to work
-  require('../../dist/angular-cache.js')
-]).run(function ($rootScope, CacheFactory) {
-  $rootScope.test = 'It works! Using ' + (CacheFactory ? 'angular-cache' : 'undefined');
-});