Sha256: be0036862b4e85431f74590bf2110be2956548697bc29205ff2a6593185e95c6
Contents?: true
Size: 1.55 KB
Versions: 8
Compression:
Stored size: 1.55 KB
Contents
{:uriI"file://app/assets/javascripts/app.js.erb?type=application/javascript&pipeline=self&id=a61128e147963015ec7f39c923ae7bc400b1a3680b219b62889c63c4a93bf37e: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', [ '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"%ޑ97kY]Jy-~n^+0c:lengthi:dependencies_digest"%\û[ˁ@7h0*NvK`VJP:idI"Ea61128e147963015ec7f39c923ae7bc400b1a3680b219b62889c63c4a93bf37e;F: mtimel+GV
Version data entries
8 entries across 8 versions & 1 rubygems