Git Repository Public Repository

YouAndWeb_TwoToc

URLs

Copy to Clipboard
 
f7c47c562dfb62380f9cc00adf29a7ffe5910275
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'use strict';

angular.module('dashboardApp')
  .config(function($stateProvider) {
    $stateProvider
    .state('search', {
        url: '/search',
        templateUrl: 'app/search/search.html',
        controller: 'SearchCtrl',
        params: {
          lng: null,
          lat: null
        }
      })
      /*.state('showOrga', {
        url: '/:id',
        templateUrl: 'app/organizza/showOrga/showOrg.html',
        controller: 'ShowOrgaCtrl'
      });*/
  });

Commits for YouAndWeb_TwoTocclient/search/search.js

Diff revisions: vs.
Revision Author Commited Message
f7c47c ... FSinnona picture FSinnona Mon 30 Nov, 2015 16:24:39 +0000

Pre Yoeman