angular.js 1.2.11-1 source package in Ubuntu

Changelog

angular.js (1.2.11-1) unstable; urgency=low


  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Wed, 05 Feb 2014 18:52:55 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
angular.js_1.2.11-1.dsc 1.7 KiB 97719d150001cc2fc28c7261c553f957cd05ae17953dfb31e68268d4ba9ce9c0
angular.js_1.2.11.orig.tar.gz 7.0 MiB 246ca9bbcb6b53cfe9553c33f0d9925400605ea732b41291d6e27ddbea729cc1
angular.js_1.2.11-1.debian.tar.xz 13.8 KiB 79e8bc6640d60fa7cac1f58803231bd2256dfef973bad75cfe4bdf33f56690ee

Available diffs

No changes file available.

Binary packages built by this source

libjs-angularjs: lets you write client-side web applications as if you had a smarter browser

 It lets you use good old HTML (or HAML, Jade and friends) as your template
 language and lets you extend HTML's syntax to express your application's
 components clearly and succinctly. It automatically synchronizes data from
 your UI (view) with your JavaScript objects (model) through 2-way data
 binding. To help you structure your application better and make it easy to
 test, AngularJS teaches the browser how to do dependency injection and
 inversion of control. It also helps with server-side communication, taming
 async callbacks with promises and deferreds; and make client-side navigation
 and deeplinking with hashbang urls or HTML5 pushState a piece of cake.