Search results for easier angular directives with sweetjs Scripts fewliveasync.js

How Kendo UI Uses Kendo UI To Build Angular Directives For Kendo UI

by Brian Rinaldi

…decided it would be easier if we let Kendo UI and Angular build them for us. Generating Directives This probably sounds like snake oil, so lets talk it through… Widgets…

Real-World Best Practices for Building Angular.js Apps without Browserify or Require.js

by Jeff Dickey

…This is why people look to module loaders like require.js or browserify. Angular allows you to logically separate out code, but not files. I’m going to show an easier way,…

The Angular Way

by Nicolas Bevacqua

…still worthwhile to remove as much jQuery spam as possible. Doing so simplified every controller we went through. We created directives that manipulate the DOM, and use angular.element, even if…

Easier Angular Directives with SweetJS

by Brian Rinaldi

…(import, byref, etc.). So I think that SweetJS’ capabilities for modularization should be somewhat improved. Nevertheless, this has significantly improved my ability to create Angular directives. Now I am much…

Leverage Scope Creep! An in-depth tutorial on Angular.js Scope

by Jonathan Creamer

…Jonathan Creamer walks through a tutorial on mastering “Scope” within Angular.js, from $rootScope down through scope within Controllers and Directives. By Jonathan Creamer Getting used to the concept…

Creating An Application With Sails.js, Angular.js and Require.js Part 2 – Adding Dependencies

by Tyson Cadenhead

…Tyson Cadenhead continues an article series about building an application with Sails.js, Angular.js and Require.js. This installment dives into adding dependencies to your project. You can find Part 1…

AngularJS: One Step at a Time

by Michael Crump

…and it covers directives, services and enriching applications. Introduction to Angular.js in 50 Examples is my personal favorite video on the topic as Curran Kelleher starts from the basics and…

Creating An Application With Sails.js, Angular.js and Require.js Part 3 – Angular.js Controllers

by Tyson Cadenhead

…Tyson Cadenhead continues an article series about building an application with Sails.js, Angular.js and Require.js. This installment dives into building out the Angular.js Controllers. You can find Part 1…

How to test AngularJS SVG directives

by Mike Godfrey

angular-charts is a small library of native Angular SVG chart directives that I’ve worked on when I can over the last year or so. I’ve recently moved to testing…

Roll Your Own Asset Pipeline with Gulp

by Brian Rinaldi

…A Note for Angular.js Users Most of my front-end apps are built with Angular. Two issues crop up when using Angular with the methods described here: the ordering of the…