Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbergman committed Feb 7, 2017
1 parent 151ce4a commit bbaca43
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 78 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Things to consider:

### Features

* Missed new component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://akveo.com/ng2-admin/#/pages/tables/smarttables)
* Missed new component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/tables/smarttables)

### How to update

Expand All @@ -153,7 +153,7 @@ Things to consider:
### Features

* Finally get rid of bower (thanks to @GRoguelon)
* New component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://akveo.com/ng2-admin/#/pages/tables/smarttables)
* New component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/tables/smarttables)


### How to update
Expand Down Expand Up @@ -234,7 +234,7 @@ More details on how to configure a new route you can find [here](https://akveo.g

### How to update

* Remove `node_modules` and `typings` folders
* Remove `node_modules` and `typings` folders
* run `npm install`

<a name="0.2.1"></a>
Expand All @@ -249,13 +249,13 @@ More details on how to configure a new route you can find [here](https://akveo.g

* Angular updated to rc.2
* Dependencies updated accordingly
* Login page component [Demo](http://akveo.com/ng2-admin/#/login)
* Sign up page component [Demo](http://akveo.com/ng2-admin/#/register)
* Login page component [Demo](http://ng2-admin.stackriot.xyz/ng2-admin/#/login)
* Sign up page component [Demo](http://ng2-admin.stackriot.xyz/ng2-admin/#/register)

### BREAKING CHANGES
* `$` renamed to `jQuery` because of name resolution conflicts

### How to update

* Remove `node_modules` and `typings` folders
* Remove `node_modules` and `typings` folders
* run `npm install`
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/ng2-admin.svg)](https://greenkeeper.io/)

Admin template made with :heart: by [Akveo team](http://akveo.com/). Follow us on [Twitter](https://twitter.com/akveo_inc) to get latest news about this template first!
Admin template made with :heart: by [Akveo team](http://ng2-admin.stackriot.xyz/). Follow us on [Twitter](https://twitter.com/akveo_inc) to get latest news about this template first!

### Demo

<a target="_blank" href="http://akveo.com/ng2-admin/"><img src="http://i.imgur.com/QK9AzHj.jpg" width="600" alt="Sky Blue"/></a>
<a target="_blank" href="http://ng2-admin.stackriot.xyz/ng2-admin/"><img src="http://i.imgur.com/QK9AzHj.jpg" width="600" alt="Sky Blue"/></a>

<a target="_blank" href="http://akveo.com/ng2-admin/">Live Demo</a>
<a target="_blank" href="http://ng2-admin.stackriot.xyz/ng2-admin/">Live Demo</a>

## Angular 1.x version
Here you can find Angular 1.x based version: [Blur Admin](http://akveo.github.io/blur-admin/)
Expand Down

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

14 changes: 7 additions & 7 deletions compiled/src/app/pages/dashboard/calendar/calendar.service.js

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

2 changes: 1 addition & 1 deletion compiled/src/app/pages/pages.component.js

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

4 changes: 2 additions & 2 deletions compiled/src/app/pages/pages.menu.js

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

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<base href="/">


<link href="initial.css" rel="stylesheet"><script type="text/javascript" src="polyfills.f8baee3a70b669ba9130.bundle.js" defer></script><script type="text/javascript" src="vendor.648f6837976f9e2f2d5b.bundle.js" defer></script><script type="text/javascript" src="main.8738ec323dd6e611ca33.bundle.js" defer></script></head>
<link href="initial.css" rel="stylesheet"><script type="text/javascript" src="polyfills.e526034a463f03b75da2.bundle.js" defer></script><script type="text/javascript" src="vendor.3292a0221519a045440b.bundle.js" defer></script><script type="text/javascript" src="main.7c9d3aa20b59bf2f188c.bundle.js" defer></script></head>

<body>
<app>
Expand Down
2 changes: 1 addition & 1 deletion dist/initial.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/main.7c9d3aa20b59bf2f188c.bundle.js

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 0 additions & 4 deletions dist/main.8738ec323dd6e611ca33.bundle.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/webpack-assets.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"vendor": {
"js": "vendor.648f6837976f9e2f2d5b.bundle.js"
"js": "vendor.3292a0221519a045440b.bundle.js"
},
"main": {
"js": "main.8738ec323dd6e611ca33.bundle.js",
"js": "main.7c9d3aa20b59bf2f188c.bundle.js",
"css": "initial.css"
},
"polyfills": {
"js": "polyfills.f8baee3a70b669ba9130.bundle.js"
"js": "polyfills.e526034a463f03b75da2.bundle.js"
}
}
10 changes: 5 additions & 5 deletions docs/contents/articles/001-getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ You can also use ng2-admin for the purpose of learning Angular 2.
* Webpack 2
* Bootstrap 4 CSS Framework
* SASS
* [Smart Table](http://akveo.com/ng2-admin/#/pages/tables/smarttables)
* [Forms](http://akveo.com/ng2-admin/#/pages/forms/inputs)
* [Editors](http://akveo.com/ng2-admin/#/pages/editors/ckeditor)
* [Charts (amChart, Chartist, Chart.js, Morris)](http://akveo.com/ng2-admin/#/pages/charts/chartist-js)
* [Maps (Google, Leaflet, amMap)](http://akveo.com/ng2-admin/#/pages/maps/googlemaps)
* [Smart Table](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/tables/smarttables)
* [Forms](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/forms/inputs)
* [Editors](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/editors/ckeditor)
* [Charts (amChart, Chartist, Chart.js, Morris)](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/charts/chartist-js)
* [Maps (Google, Leaflet, amMap)](http://ng2-admin.stackriot.xyz/ng2-admin/#/pages/maps/googlemaps)
* Responsive layout
* High resolution
* and many more!
Expand Down
2 changes: 1 addition & 1 deletion docs/contents/articles/015-sidebar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You also can define a menu item not connected to any existing route in the appli
// and define your menu item
menu: {
title: 'External Link', // title
url: 'http://akveo.com', // custom url
url: 'http://ng2-admin.stackriot.xyz', // custom url
icon: 'ion-android-exit', // icon
order: 800, // order
target: '_blank' // target property of <a> tag (_self, _blank, etc)
Expand Down
5 changes: 2 additions & 3 deletions docs/templates/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ block content
div.admin-screenshots
div.admin-screenshot
div.browser-mockup
a.demo-link(href='http://akveo.com/ng2-admin/',target='_blank')
a.demo-link(href='http://ng2-admin.stackriot.xyz/ng2-admin/',target='_blank')
img(src=contents.images['sky-preview.png'].url)
span.demo-link-label Demo
div.index-block
Expand Down Expand Up @@ -53,7 +53,6 @@ block content
div.index-block
div.wrap
h1.centered Can I hire you?
p Yes! We are available for hire. Visit #[a(href='http://akveo.com',target='_blank') our homepage]
p Yes! We are available for hire. Visit #[a(href='http://ng2-admin.stackriot.xyz',target='_blank') our homepage]
|&nbsp;or simply leave us a note at #[a(href='mailto:contact@akveo.com') contact@akveo.com].
|&nbsp;We will be happy to work with you!

2 changes: 1 addition & 1 deletion src/app/pages/pages.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { MENU } from '../app.menu';
<footer class="al-footer clearfix">
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
<div class="al-footer-main clearfix">
<div class="al-copy">&copy; <a href="http://akveo.com">Akveo</a> 2016</div>
<div class="al-copy">&copy; <a href="http://ng2-admin.stackriot.xyz">Akveo</a> 2016</div>
<ul class="al-share clearfix">
<li><i class="socicon socicon-facebook"></i></li>
<li><i class="socicon socicon-twitter"></i></li>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/pages.menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const PAGES_MENU = [
data: {
menu: {
title: 'External Link',
url: 'http://akveo.com',
url: 'http://ng2-admin.stackriot.xyz',
icon: 'ion-android-exit',
order: 800,
target: '_blank'
Expand Down

0 comments on commit bbaca43

Please sign in to comment.