Fixed #380 - rename ionic services to use $ionic prefix

This commit is contained in:
Max Lynch
2014-01-13 10:46:41 -06:00
parent 8d59625d4f
commit 86d6889628
29 changed files with 129 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
angular.module('ionic.service.loading', ['ionic.ui.loading'])
.factory('Loading', ['$rootScope', '$document', '$compile', function($rootScope, $document, $compile) {
.factory('$ionicLoading', ['$rootScope', '$document', '$compile', function($rootScope, $document, $compile) {
return {
/**
* Load an action sheet with the given template string.