background preloader

Angularjs

Facebook Twitter

Examples. Angular Tips. AngularJS-Learning/FR-FR.md at master · yrezgui/AngularJS-Learning. Grafikart.fr. The AngularJS Magazine. Photo: weblogs.asp.net Inside ng-Fx hendrixer.github.io Faster AngularJS Rendering (AngularJS and ReactJS) williambrownstreet.net Faster AngularJS Rendering (AngularJS and ReactJS) williambrownstreet.net Have you used Angu­lar­Js and ran into some per­for­mance prob­lems?

The AngularJS Magazine

AngularDart for AngularJS Developers. Victorsavkin.com / Victor Savkin Angu­lar­Dart is a port of the acclaimed frame­work to the Dart plat­form. Dotnetcurry.com In our pre­vi­ous arti­cle, Get­ting Start­ed with Angu­lar­JS in ASP.NET MVC - Part 1 we explored Angu­lar­JS in a plain vanil­la ASP.NET MVC Twit­ter appli­ca­tion.

Download. DataTables is open source software, free available for you to use and modify.

download

The DataTables distribution include a wide range of examples, the source files (including compressed versions) and all first class plug-ins. Download using the button below: Interested in trying out the next generation of DataTables? DataTables 1.10 is now available as beta software: DataTables is available on the Microsoft Ajax CDN. Source files and nightly builds The following table provides links to the latest released versions of DataTables and it's first class plug-ins (so you can get the latest stable version without needing to download the full distribution again), and "nightly" builds from the very latest software which has been committed.

GIT / source control DataTables and all first class plug-ins for DataTables have source version control repositories on GitHub. Licenses DataTables is released under dual licensing (pick which one suits your needs most): the GPL v2 license and BSD (3-point) license. Unit tests and end to end tests. If there is one feature compared to other JS framework that make AngularJS better, it is the ability to implement tests.

unit tests and end to end tests

This is normal I would say since the framework was developed by integrating this fundamental aspect at the beginning. JavaScript is a dynamically typed language which makes it easy to write but allows writing errors that the compiler will not see. It is therefore really important when you use JavaScript to write tests. But AngularJS is not magic either, as anyone who has implemented tests know, it is important to think its code for testing. You have to be careful not using objects or methods without knowing whether they will be easily testable. Let’s go to practice. Manually Running Jasmine + JsTestDriver. Blog: Gérer les dépendances de vos librairies JavaScript avec Bower. Introduction.

Blog: Gérer les dépendances de vos librairies JavaScript avec Bower

Nlaplante/angular-google-maps — Google Maps for Angular.js. Usage Before using angular-google-maps you must include the main Angular.js library , the Google Maps library and the angular-google-maps.js script: You will need to make your application's module depend on the google-maps module: var app = angular . module ( "myApp" , [ "google-maps" ]); Next, inside your controller, you'll need to define some properties required for the directive to work: Now, include the <google-map> element in your template: Please note You will need to set a proper height on the <google-map> element and set its display CSS property to block for it to render properly.

nlaplante/angular-google-maps — Google Maps for Angular.js

If you use the map in an element which is hidden at the moment of initialization, the map will need to be refreshed when it becomes visible. The value of the refresh attribute is an expression used to trigger a map refresh when it returns true. Here is the list of all attributes supported by the <google-map> element: Testing with Angular’s E2E Testing Framework. Outdated content warning.

Testing with Angular’s E2E Testing Framework

The techniques in this article are now out of date. Google no longer supports the “E2E” testing framework. 7 Reasons to love Duck Angular covers a more modern approach to testing Angular applications. The Problem Testing AngularJS applications with Selenium can be difficult! I’ve seen teams struggle with waits and timeouts, writing jQuery selectors, and all sorts of complicated things to work around these limitations. Enter E2E Angular’s team has developed a project called “E2E”, or the “End to End” testing framework.

Getting Started. AngularJS. Salut à tous !

AngularJS

Comme vous le savez désormais, je suis assez attaché à la mise en place de retrouvailles régulières autour d’une bière (ou autre mais plutôt bière) pour parler de notre boulot. C’est pourquoi je n’ai pas organisé le prochain BeerJS. Bon après cette phrase débile, il y a tout de même plusieurs motivés qui se sont débrouillés pour monter le BeerJS de février.

Réservez donc votre soirée du 25 février. Grunt: The JavaScript Task Runner. BOWER: A package manager for the web. The Big Badass List of Twitter Bootstrap Resources. Recent Web Log Entries By Ben Nadel. Welcome to Yearofmoo. Egghead IO. Brian Ford. Angularjs. FrAngular : AngularJS en français. AngularUI for AngularJS. AngularStrap - Bootstrap directives for Angular. Popular Modules - AngularJS Modules, Plugins and Directives. Yeoman - Modern workflows for modern webapps. Testacular - Spectacular Test Runner for JavaScript. Batman.js — overview.