Skip to content

Commit

Permalink
Replace references to angularjs with angular to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Jul 8, 2016
1 parent 62adcdb commit 61fa239
Show file tree
Hide file tree
Showing 38 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions angular-bootstrap-calendar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/// <reference types="moment" />

import * as moment from 'moment';
import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace bootstrap.calendar {
interface IEvent {
/**
Expand Down
4 changes: 2 additions & 2 deletions angular-dynamic-locale/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace dynamicLocale {

interface tmhDynamicLocaleService {
Expand Down
4 changes: 2 additions & 2 deletions angular-fullscreen/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace fullscreen {

/**
Expand Down
4 changes: 2 additions & 2 deletions angular-growl-v2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace growl {

/**
Expand Down
4 changes: 2 additions & 2 deletions angular-hotkeys/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace hotkeys {

interface HotkeysProvider {
Expand Down
4 changes: 2 additions & 2 deletions angular-http-auth/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace httpAuth {
interface IAuthService {
loginConfirmed(data?: any, configUpdater?: Function): void;
Expand Down
4 changes: 2 additions & 2 deletions angular-idle/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace idle {

/**
Expand Down
4 changes: 2 additions & 2 deletions angular-jwt/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace jwt {

interface JwtToken {
Expand Down
4 changes: 2 additions & 2 deletions angular-loading-bar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace loadingBar {

interface ILoadingBarProvider {
Expand Down
4 changes: 2 additions & 2 deletions angular-local-storage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace local.storage {
interface ILocalStorageServiceProvider extends angular.IServiceProvider {
/**
Expand Down
4 changes: 2 additions & 2 deletions angular-localForage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/// <reference types="localForage" />
/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace localForage {

interface LocalForageConfig {
Expand Down
4 changes: 2 additions & 2 deletions angular-locker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace locker {
interface ILockerServicePutFunction {
(current: any): any
Expand Down
4 changes: 2 additions & 2 deletions angular-material/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace material {

interface IBottomSheetOptions {
Expand Down
4 changes: 2 additions & 2 deletions angular-media-queries/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace matchmedia {

interface IScreenSize {
Expand Down
4 changes: 2 additions & 2 deletions angular-meteor/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="meteor" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace meteor {
interface IRootScopeService extends angular.IRootScopeService {
/**
Expand Down
4 changes: 2 additions & 2 deletions angular-notifications/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace notifications {

interface IAnimation {
Expand Down
4 changes: 2 additions & 2 deletions angular-notify/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

///<reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace cgNotify {

interface INotifyService {
Expand Down
4 changes: 2 additions & 2 deletions angular-permission/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/// <reference types="angular" />
/// <reference types="angular-ui-router" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace permission {
/**
* Used as optional parameter provided on definitions of permissions and roles
Expand Down
4 changes: 2 additions & 2 deletions angular-storage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace a0.storage {
interface IStoreService extends INamespacedStoreService {
/**
Expand Down
4 changes: 2 additions & 2 deletions angular-toastr/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace toastr {
interface IToastBaseConfig {
allowHtml?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions angular-translate/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace translate {

interface ITranslationTable {
Expand Down
4 changes: 2 additions & 2 deletions angular-ui-bootstrap/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace ui.bootstrap {

interface IAccordionConfig {
Expand Down
4 changes: 2 additions & 2 deletions angular-ui-router/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Michel Salib <https://github.com/michelsalib>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as angular from 'angularjs';
import * as angular from 'angular';

// Support for AMD require and CommonJS
// Since angular-ui-router adds providers for a bunch of
Expand All @@ -26,7 +26,7 @@ export type IUrlRouterService = angular.ui.IUrlRouterService;
export type IUiViewScrollProvider = angular.ui.IUiViewScrollProvider;
export type IType = angular.ui.IType;

declare module 'angularjs' {
declare module 'angular' {
export namespace ui {
interface IState {
name?: string;
Expand Down
4 changes: 2 additions & 2 deletions angular-ui-scroll/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace ui {
interface IScrollDatasource<T> {
/**
Expand Down
4 changes: 2 additions & 2 deletions angular-ui-sortable/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace ui {

interface UISortableOptions<T> extends SortableOptions<T> {
Expand Down
4 changes: 2 additions & 2 deletions angular-wizard/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Definitions by: Marko Jurisic <https://github.com/mjurisic>, Ronald Wildenberg <https://github.com/rwwilden>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace mgoAngularWizard {
interface WizardHandler {
wizard(name?: string): Wizard;
Expand Down
4 changes: 2 additions & 2 deletions angular.throttle/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
interface IAngularStatic {
throttle:( fn:Function, throttle:number, options?:{leading?:boolean; trailing?:boolean;} ) => Function;
}
Expand Down
4 changes: 2 additions & 2 deletions angularLocalStorage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

/// <reference types="angular"/>

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace localStorage {
interface ILocalStorageService {
set(key: string, value: any): any;
Expand Down
4 changes: 2 additions & 2 deletions ng-dialog/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

export type IDialogService = angular.dialog.IDialogService;
export type IDialogOpenResult = angular.dialog.IDialogOpenResult;
Expand All @@ -17,7 +17,7 @@ export type IDialogOptions = angular.dialog.IDialogOptions;
export type IDialogOpenOptions = angular.dialog.IDialogOpenOptions;
export type IDialogOpenConfirmOptions = angular.dialog.IDialogOpenConfirmOptions;

declare module 'angularjs' {
declare module 'angular' {
export namespace dialog {

interface IDialogService {
Expand Down
4 changes: 2 additions & 2 deletions ng-facebook/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/// <reference types="angular" />
/// <reference types="fb" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace ngFacebook {
interface IFacebookProvider {
setAppId(appId: string): IFacebookProvider;
Expand Down
4 changes: 2 additions & 2 deletions ng-file-upload/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="angular" />
import * as angular from 'angularjs';
import * as angular from 'angular';

declare var angularFileUploadDefaultExport: string;
export = angularFileUploadDefaultExport;

declare module 'angularjs' {
declare module 'angular' {
export namespace angularFileUpload {
interface ImageDimensions {
height: number;
Expand Down
4 changes: 2 additions & 2 deletions ng-flow/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/// <reference types="flowjs" />
/// <reference types="angular" />

import * as angular from 'angularjs';
import * as angular from 'angular';

declare module 'angularjs' {
declare module 'angular' {
export namespace flow {
interface IFlowFactory {
create(options?: flowjs.IFlowOptions): flowjs.IFlow;
Expand Down
Loading

0 comments on commit 61fa239

Please sign in to comment.