Created
September 12, 2017 22:08
-
-
Save danilat/1f38016e07d15caf672856d3f6bc0646 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gigService; | |
angular.module('mosica', ['ionic', 'mosica.controllers']) | |
.run(function($ionicPlatform, $rootScope, $http) { | |
$ionicPlatform.ready(function() { | |
//... | |
var httpClient = AngularHttpClient($http); | |
var matcher = new Matcher(); | |
gigService = new GigService(httpClient, matcher); | |
//... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment