Commit graph

294 commits

Author SHA1 Message Date
Smithi
59f446016e Changing deprecated ambientDependencies to globalDependencies
Using "typings install" has no function because ambientDependencies is deprecated.
With globalDependencies, typings install does its job again! :-)
2016-06-15 10:27:26 +02:00
Dmitry
98e9965688 Merge pull request #24 from iamdavidfrancis/master
Add bower to global npm package list
2016-06-07 10:53:18 +03:00
Dmitry
a6fa1b7e06 Merge pull request #26 from dimkk/master
Dockerfile added
2016-06-07 10:52:09 +03:00
dimkk
886c8ce1dd Dockerfile added 2016-06-07 01:31:40 +03:00
David Francis
040c8b9de7 Add bower to global npm packages 2016-06-06 07:48:28 -04:00
Dmitry
8cf3f9ef0b Merge pull request #4 from pritambaral/spinner-2d
Improve preloader performance on non-accelerated platforms
2016-06-06 11:13:08 +03:00
nixa
5edbe1f5d3 fix(package): add leaflet into package.json as some users have issues with it, fix #22 2016-06-06 11:00:06 +03:00
David Francis
5dba55f911 Merge remote-tracking branch 'refs/remotes/akveo/master' 2016-06-02 19:02:47 -04:00
nixa
86a8cb1cda fix(route): fix #2, add a default handler for non registered routes 2016-06-03 00:00:13 +03:00
nixa
cba6578722 Merge remote-tracking branch 'origin/master' 2016-06-02 23:44:42 +03:00
nixa
c276c5535a fix(todo): fix #7 adding empty todo item issue 2016-06-02 23:44:28 +03:00
Dmitry
fba3362240 Merge pull request #18 from iamdavidfrancis/master
Inject BaThemeConfig into the App. Fixes #17
2016-06-02 23:35:38 +03:00
David Francis
1c4660da2f Inject BaThemeConfig into the App. 2016-06-02 09:31:40 -04:00
Dmitry
06c231c0f8 Merge pull request #12 from Awk34/patch-1
fix(readme): fix grammar
2016-06-02 08:44:41 +03:00
Andrew Koroluk
b29f493425 fix(readme): fix grammar 2016-05-31 18:49:26 -04:00
nixa
a1046ce2b4 fix(breadcrumbs): fix #2 breadcrubms visibility 2016-05-30 18:32:42 +03:00
nixa
9e5a7d56e4 fix(docs): update .github templates accordingly 2016-05-30 18:15:24 +03:00
Chhatoi Pritam Baral
7078fa4452 Improve preloader performance on non-accelerated platforms
Using the backface-visibility property causes 2D elements and transforms
to be elevated to a 3D context. Since the only transform being used is
rotate(Xdeg), which is a 2D transform, there is no need to incur the
extra performance penalty.
2016-05-29 17:13:29 +05:30
Andrei Hrabouski
a2262695bd Update README.md 2016-05-28 14:51:33 +03:00
nixa
a1f17a3dbb fix(docs): fix ribbon position 2016-05-27 17:05:26 +03:00
Andrei Hrabouski
1131292f1f Update README.md 2016-05-27 13:20:45 +03:00
Andrei Hrabouski
70d251b345 Update README.md 2016-05-27 13:15:08 +03:00
Andrei Hrabouski
c86fb1529e Update README.md 2016-05-27 13:07:40 +03:00
Andrei Hrabouski
78e4bb1682 Update README.md 2016-05-27 12:56:29 +03:00
Andrei Hrabouski
1a0c83d8b9 Update README.md 2016-05-27 12:55:58 +03:00
nixa
774bebfcd2 fix(bg): correct image to pre-load and optimized bg image 2016-05-25 17:16:46 +03:00
nixa
e44109e380 feat(styles): add fadeIn animation 2016-05-25 16:41:08 +03:00
nixa
d69937ad53 docs(new page): new page docs and typos fixes 2016-05-25 14:35:19 +03:00
nixa
d20b9a94f0 chore(build): add gh-page npm command 2016-05-25 13:34:26 +03:00
nixa
f2c729e101 refactor(spinner): spinner moved into services 2016-05-25 10:59:12 +03:00
nixa
30e27ed0ca fix(readme): fix image size 2016-05-24 18:53:36 +03:00
nixa
67a71b4d0c fix(readme): add image 2016-05-24 18:50:22 +03:00
nixa
74a793ca92 fix(docs): fix typo 2016-05-24 18:17:33 +03:00
nixa
8bbe872e07 docs(spinner): spinner and preloader componets explanation 2016-05-24 18:15:42 +03:00
nixa
a820faae1a refactor(color scheme): colors docs 2016-05-24 17:43:28 +03:00
nixa
6464be1340 fix(menu): static links don't lead anywhere 2016-05-24 17:18:09 +03:00
nixa
ffe020fd2a fix(preloader): missed file, add again, hopefully final version 2016-05-24 17:07:42 +03:00
nixa
44faacd19a fix(preloader): missed file, remove again 2016-05-24 17:06:34 +03:00
nixa
e84c009dc3 fix(preloader): missed file, removed 2016-05-24 17:03:22 +03:00
nixa
e0a25d64c0 fix(preloader): missed file, smth weird going on with this file... 2016-05-24 16:59:05 +03:00
nixa
d2fadd02d2 fix(preloader): missed file 2016-05-24 16:51:56 +03:00
nixa
d1f368e571 feat(preloader): preloader service which can take a list of promises and execute smth once all promises are completed 2016-05-24 16:40:17 +03:00
nixa
02fdd09bc0 fix(styles): body bg image instead of css pattern 2016-05-24 14:00:27 +03:00
nixa
3605a811b4 Merge branch 'develop/docs' 2016-05-24 13:54:42 +03:00
nixa
a445062dcc fix(docs): correct link for Angular router 2016-05-24 13:54:31 +03:00
nixa
184875d8c9 fix(docs): fix enabling blur theme 2016-05-24 13:30:36 +03:00
nixa
570b68b531 docs(sidebar): how to configure a sidebar 2016-05-24 13:29:46 +03:00
nixa
d7ec3fa1dd feat(sidebar): ability to add custom url into the menu 2016-05-24 13:18:44 +03:00
nixa
f2370a2e09 docs(structure): project structure article 2016-05-24 13:00:25 +03:00
nixa
d03c9d82b1 fix(packages): get rid of almost all bower components 2016-05-24 12:32:31 +03:00