Renamed ng to angular for consistency

This commit is contained in:
Matt Wheatley
2016-02-04 16:25:00 +00:00
parent f57a6d7b02
commit 55da76ab81
2 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
/// <reference path="angular-environment.d.ts" />
var envServiceProvider: ng.environment.ServiceProvider;
var envService: ng.environment.Service;
var envServiceProvider: angular.environment.ServiceProvider;
var envService: angular.environment.Service;
envServiceProvider.config({
domains: {
+2 -2
View File
@@ -3,12 +3,12 @@
// Definitions by: Matt Wheatley <https://github.com/terrawheat>
// Definitions: https://github.com/LiberisLabs
declare module ng.environment {
declare module angular.environment {
interface ServiceProvider {
/**
* Sets the configuration object
*/
config: (config: ng.environment.Config) => void;
config: (config: angular.environment.Config) => void;
/**
* Evaluates the current domain and
* loads the correct environment variables.