Dev docs website and API testing.

get-missions-ctrl.js 391B

    'use strict'; /** * @ngdoc function * @name avalancheDocsApp.controller:MainCtrl * @description * # MainCtrl * Controller of the avalancheDocsApp */ angular.module('avalancheDocsApp') .controller('GetMissionsController',['$scope', '$rootScope', 'DataService', 'usSpinnerService', 'OAuthService', function ($scope, $rootScope, DataService, usSpinnerService, OAuthService) { }])