Sha256: c6cc89a6727f085def99985e386bfe43d9b804b0167379aff5889ac844ba74f4
Contents?: true
Size: 1.55 KB
Versions: 6
Compression:
Stored size: 1.55 KB
Contents
{:uriI"file://app/assets/javascripts/app.js.erb?type=application/javascript&pipeline=self&id=42a93529d69b8e90bc26fa40acf2689b9021305e1b6372bafb6b2a7cad9205c6: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"%~j1nPY[H`I?%u/:idI"E42a93529d69b8e90bc26fa40acf2689b9021305e1b6372bafb6b2a7cad9205c6;F: mtimel+GV
Version data entries
6 entries across 6 versions & 1 rubygems