Git Product home page Git Product logo

angular-gale-material's Introduction

Angular Gale Material


Download RC Version | Guide | C# API | Report Issues


Angular Gale Material is a set of components design for support the UX created with the Angular-Material Project (Only Web Environment)

Note: Angular-Gale-Material is under active development. As such, while this library is well-tested, the API may change. Consider using it in production applications only if you're comfortable following a changelog and updating your usage accordingly.

Get Started

(1) Get Angular-Gale-Material in one of the following ways:

(2) Include angular-gale-material.js (or angular-gale-material.min.js) in your index.html

(3) Add gale-material to your main module's list of dependencies

When you're done, your setup should look similar to the following:

<!doctype html>
<html ng-app="myApp">
<head>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angular-material/0.11.2/angular-material.min.js"></script>
    <script src="bower_components/angular-gale-material/angular-gale-material.min.js"></script>
    <script>
        var myApp = angular.module('myApp', ['gale-material']);
    </script>
    ...
</head>
<body>
    ...
</body>
</html>

Note: if you want the unstable version use: $ bower install dmunozgaete/angular-gale-material#master --save from your console

Report an Issue

Help us make Angular-Gale better! If you think you might have found a bug, or some other weirdness, start by making sure it hasn't already been reported. You can search through existing issues to see if someone's reported one similar to yours.

If not, then create a plunkr that demonstrates the problem (try to use as little code as possible: the more minimalist, the faster we can debug it).

Next, create a new issue that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it. Don't forget to include the link to that plunkr you created!

Issues only!
Please keep in mind that the issue tracker is for issues. Please do not post an issue if you need help or support.

Contribute

(1) See the Developing section below, to get the development version of Angular-Gale up and running on your local machine.

(2) Check out the roadmap to see where the project is headed, and if your feature idea fits with where we're headed.

(4) Finally, commit some code and open a pull request. Code & commits should abide by the following rules:

Always

  • Commits should represent one logical change each; if a feature goes through multiple iterations, squash your commits down to one
  • Changes should always respect the coding style of the project

Resources

Developing

 npm install & bower install
 grunt compile

angular-gale-material's People

Contributors

dmunozgaete avatar

Stargazers

Sebastián Moreno avatar

Watchers

James Cloos avatar

Forkers

vigohe

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.