Git Product home page Git Product logo

ng-revealer's Introduction

Angular Revealer

An AngularJS directive that hides and reveals content.

Browser Support

  • IE9+ (no transitions)
  • IE10+ with transitions
  • Chrome, Safari, Opera, FireFox

Install

Clone the repository and include directly into your project. You can also use bower and install as a dependency:

bower install ng-reaveler

Add the dependency in your Angular's project dependency arguments:

var app = angular.module('MyApp', [
  'ng-revealer'
]);

Dependencies

  • I use Font-Awesome in the example, but this is not included in the project.

Make sure you reference the script in your javascript:

<script src="bower_components/ng-revealer/ng-revealer.js"></script>

Usage

Make sure your reaveler-container includes:

data-ng-revealer

Html Structure

<div class='revealer-container' data-ng-revealer>

  <p class='visible'>Visible</p>
  <p class='hidden'>Hidden</p>
  <a class='btn-reveal'><i class='fa fa-plus'></i> Reveal More</a>

</div>

TODO

-Modernizr for jQuery-fallback transitions

ng-revealer's People

Watchers

James Cloos avatar  avatar

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.