Skip to content

Commit

Permalink
add angular-history library (#4454)
Browse files Browse the repository at this point in the history
* add angular-history library

it's gone from github

* fix import
  • Loading branch information
petrjasek committed Mar 15, 2024
1 parent 83a3cfa commit c32bc2d
Show file tree
Hide file tree
Showing 8 changed files with 2,064 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ end-to-end-testing-helpers/node_modules
e2e/client/node_modules
e2e/client/dist
e2e/client/**/*.js
build-tools/**
build-tools/**
scripts/libs/*
8 changes: 2 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"angular-embed": "github:superdesk/angular-embed#d75968e",
"angular-embedly": "github:Urigo/angular-embedly#0.0.8",
"angular-gettext": "github:tomaskikutis/angular-gettext#master",
"angular-history": "github:decipherinc/angular-history#v0.8.0",
"angular-i18n": "1.6.9",
"angular-mocks": "1.6.9",
"angular-moment": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/apps/authoring/authoring/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'angular-history/history';
import 'libs/angular-history/history';

import * as svc from './services';
import * as directive from './directives';
Expand Down
20 changes: 20 additions & 0 deletions scripts/libs/angular-history/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2013 Decipher Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit c32bc2d

Please sign in to comment.