Code Monkey home page Code Monkey logo

h8's Introduction

h8

A bunch of things in angular that I use a lot

bower install h8 --save

Usage

titlecase filter

Change the case of a string to a human readable case:

Ex: This IS A STRING --> This Is a String

 {{firstName | titleCase}}

range filter

To be used with a 'for loop' in angular, provides a number array in a range

Ex: Creating an input for each month (1 to 12)

   <select ng-model="months" ng-options="n for n in [] | range:1:12"></select>

states and cities directive

localized input helper for states and brazilian cities (uses bootstrap3)

Ex: br-states will create an input with all the 27 brazilian states

<br-states ng-model="state">

Ex: br-cities will create an input with all the cities of a brazilian state

<br-cities ng-model="city" state="state">

the br-cities directive can be used without the br-states, but the state provided can be an abbreviation of the full state name

h8's People

Contributors

87victorhugo avatar

Stargazers

 avatar

Watchers

 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.