Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
release(v0.4.0): ermahgerd-baconaise-batman!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Sofer committed Feb 15, 2013
1 parent 07efc92 commit 94f9043
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/angular-ui-ieshiv.js
@@ -1,6 +1,6 @@
/**
* AngularUI - The companion suite for AngularJS
* @version v0.3.2 - 2013-02-12
* @version v0.4.0 - 2013-02-15
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/angular-ui-ieshiv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build/angular-ui.js
@@ -1,6 +1,6 @@
/**
* AngularUI - The companion suite for AngularJS
* @version v0.3.2 - 2013-02-12
* @version v0.4.0 - 2013-02-15
* @link http://angular-ui.github.com
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down Expand Up @@ -70,6 +70,7 @@ angular.module('ui.directives').directive('uiCalendar',['ui.config', '$parse', f
var tracker = 0;
/* returns the length of all source arrays plus the length of eventSource itself */
var getSources = function () {
var equalsTracker = scope.$eval(attrs.equalsTracker);
tracker = 0;
angular.forEach(sources,function(value,key){
if(angular.isArray(value)){
Expand Down
4 changes: 2 additions & 2 deletions build/angular-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "https://github.com/angular-ui/angular-ui/graphs/contributors",
"name": "angular-ui",
"description": "AngularUI - The companion suite for AngularJS",
"version": "0.3.2",
"version": "0.4.0",
"homepage": "http://angular-ui.github.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 94f9043

Please sign in to comment.