0.14.1 • Published 8 years ago
alight v0.14.1
Angular Light
Web framework with MVC model. Angular.js + Knockout.js way.
Visit angularlight.org, Docs
Download / Install
bower install alight
npm install alight
- Download any version here
Example 0
<div al-app>
<label>Name:</label>
<input type="text" al-value="name" />
<h3>Hello {{name}}!</h3>
</div>
Example 1
<div id="app">
<input al-value="name" type="text" />
{{name}} <br/>
<button al-on.click="click()">Set Hello</button>
</div>
alight('#app', {
name: 'Some text',
click: function() {
this.name = 'Hello'
}
});
Browser Support
Google Chrome, Firefox, IE9+ (IE8 with jQuery)
Building and testing
npm install
gulp
gulp test
Sources of 0.7.15 and older ones there: https://bitbucket.org/lega911
License
Copyright (c) 2013 - 2016 Oleg Nechaev lega911@gmail.com
0.14.1
8 years ago
0.14.0
8 years ago
0.13.0
9 years ago
0.13.0-alpha22
9 years ago
0.12.30
9 years ago
0.12.29
9 years ago
0.12.28
9 years ago
0.12.27
9 years ago
0.12.26
9 years ago
0.12.25
9 years ago
0.12.24
9 years ago
0.12.22
9 years ago
0.12.20
9 years ago
0.12.19
9 years ago
0.12.18
10 years ago
0.12.17
10 years ago
0.12.16
10 years ago
0.12.8
10 years ago
0.12.3
10 years ago
0.12.1
10 years ago
0.12.0
10 years ago
0.10.12
10 years ago