List Headline Image
Updated by Ryan Cole on Sep 06, 2013
 REPORT
Ryan Cole Ryan Cole
Owner
10 items   4 followers   0 votes   149 views

Angular.js

10

ng-grid

ng-grid

Awesome tables in Angular.js

Angular directives for Twitter's Bootstrap

Dependencies This repository contains a set of native AngularJS directives based on Twitter Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are: AngularJS (minimal version 1.0.4 or 1.1.2) Bootstrap CSS Files to download Build files for all directives are distributed in several flavours: minified for production usage, un-minified for development, with or without templates.

angular ui - How to integrate AngularUI to AngularJS? - Stack Overflow

Sorry for the silly question, does everyone know how to start using AngularUI? I've downloaded it from Github and read the instruction in README but still don't understand what I have to do.

Things I Wish I Were Told About Angular.js

Recently I have worked on a project using Angular.js. As of writing this post, it's a medium sized app (~10 modules, ~20 controllers, ~5 services and ~10 directives) with quite decent test coverage. When I look back, I find myself learning much more about Angular.js than before.

Testing Strategies for Angular JS

This screencast examines low and high fidelity testing strategies for Angular JS, and demonstrates examples of how to write tests with these strategies using Protractor, Testem, and Jasmine. Code: https://github.com/davemo/lineman-angular-template

Introduction to Angular JS

Walk through building a sample application with AngularJS to learn some of the basics along with some commentary that contrasts it with jQuery / Backbone.JS This is part 1 of a screencast series: Part 2: "End to End with Angular JS" http://www.youtube.com/watch?v=hqAyiqUs93c Part 3: "Security with Angular JS" http://www.youtube.com/watch?v=18ifoT...

Bringing Angular Apps to Life with Animation by Miško Hevery

Bringing Angular Apps to Life with Animation On April 3rd, AngularJS 1.1.4 will be released. The primary feature in this release is declarative support for animation in templates. Along with sharing our design decisions and implementation details, we'll show you how to use these new features and how to handle progressive enhancement for older browsers.

Some AngularJS pitfalls

The flickering UI Angular's automatic data-binding feature is awesome. However, it does have a flipside: before Angular is initialized, your page may show unparsed expressions to the user.

RESTful CRUD with AngularJS - draptik

This post will show how to perform typical CRUD (create, read, update and delete) operations in AngularJS when consuming a RESTful web service. A ...