Sha256: 15429c45a102c706f7dcaa023451bdc49f5f5e10c9d121162dcc1bd18272b1e0
Contents?: true
Size: 1.57 KB
Versions: 6
Compression:
Stored size: 1.57 KB
Contents
{:uriI"file://app/assets/javascripts/app.js.erb?type=application/javascript&pipeline=self&id=d6aba75a248b14609c4090c1fc6f346d2e20e66f018826fdb9e3014797ab76de:ET:load_pathI"app/assets/javascripts;T: filenameI"&app/assets/javascripts/app.js.erb;T: nameI"app;T:logical_pathI"app.self.js;T:content_typeI"application/javascript;T:sourceI"'use strict'; /** * @ngdoc overview * @name testApp * @description * # testApp * * Main module of the application. */ var testApp = angular .module('testApp', [ 'ngPromiseExtras', 'ngAnimate', 'ngCookies', 'ngResource', 'ngSanitize', 'ngTouch', 'ngTable', 'ui.bootstrap', 'ui.router', 'ui.utils', 'pascalprecht.translate', 'angularApiAdapter', 'angularMoment', 'testApp.Surveys' ]) .constant('angularMomentConfig', { preprocess: 'utc', timezone: 'America/Toronto' }) .config(function ($urlRouterProvider) { $urlRouterProvider.otherwise("surveys"); }) .run( function($rootScope, $state, ApiAdapter) { ApiAdapter.baseUrl = function() { return ""; }; } ); ;T: metadata{:dependencieso:Set: @hash{ I"environment-version;TTI"environment-paths;TTI"gprocessors:type=application/javascript&file_type=application/javascript&engines=.erb&pipeline=self;TTI"4file-digest://app/assets/javascripts/app.js.erb;TT: requiredo;;{ :stubbedo;;{ : linkso;;{ :charsetI" utf-8;F:digest"%:\6ӟ6Y8:lengthi:dependencies_digest"%0hʘGס "Lwqڕ(;>:idI"Ed6aba75a248b14609c4090c1fc6f346d2e20e66f018826fdb9e3014797ab76de;F: mtimel+AxV
Version data entries
6 entries across 6 versions & 1 rubygems