Coder Social home page Coder Social logo

angular-splash-demo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-splash-demo's Issues

Loosing the cursor focus on splash open.

Hi,
Its extending the existing bootstrap ui $modal which have in built focus when its getting opened, but when I integrated the splash screen the somehow its loosing the focus on opening screen. Please give me some solution on this.

Not working with latest angular/ui-bootstrap (fix included)

Love the minimalism of the splash as a landing page.

But the code needs some love too work with Angular UI Bootstrap 0.13+.

Since Google has moved all animation code out of the core into a seperate module you will need too source angular-animate.js in index.html below angular:

...
<script type="text/javascript" src="../angular-animate.min.js"></script>
...

and load the module in splash.js like so:

...
angular.module('ui.splash', ['ui.bootstrap','ngAnimate'])
...

Furthermore the splash/index.html windowTemplate will need some additions too get the splash too show and, more importantly, animate:

...
'<section modal-render="{{$isRendered}}" class="splash" modal-in-class="splash-open" ng-style="{\'z-index\': 1000, display: \'block\'}" ng-click="close($event)">' +
...

Cheers

Can we close it using browser back button?

Its really a good stuff with simple example and really useful for me. Everything is working fine but I need some enhancement.

Can we close the modal using back button? I got reviews from many of the users so they are trying to close it using back key. So it would be great if you can also add this feature in your repo.

RFE: Make it a module

It would be easier to adopt and update, if it was a separate module installable by npm or bower.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.