angular.js 1.2.9-1 source package in Ubuntu

Changelog

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


  * Initial upload (closes: #730585).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Fri, 17 Jan 2014 00:20:21 +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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
angular.js_1.2.9-1.dsc 1.7 KiB 4c2529d786752791020dcca7dde2fe5b3e3b0db737a075c74672f824c1701ec5
angular.js_1.2.9.orig.tar.gz 7.0 MiB 5c10e873d59e6aaa7aa6efb5c1e6ebf24427df7b867492ca4779c0b9f1cafbbf
angular.js_1.2.9-1.debian.tar.xz 13.7 KiB 04db8a6435158862f41883364ef2e26aeca65bca1c7e1dfd7039ef601e925a88

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.