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

Commit

Permalink
Parenthesis change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicieja committed Mar 20, 2014
1 parent 1331795 commit 2cf1f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/angular-date-range-picker.js

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

4 changes: 2 additions & 2 deletions build/angular-date-range-picker.min.js

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

4 changes: 1 addition & 3 deletions src/angular-date-range-picker.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ angular.module "dateRangePicker", ['pasvaz.bindonce']
angular.module("dateRangePicker").directive "dateRangePicker", ["$compile", ($compile) ->
# constants
pickerTemplate = """
<div ng-show="visible" class="angular-date-range-picker__picker" ng-click="handlePickerClick($event)" ng-class='{
"angular-date-range-picker--ranged": showRanged,
}'>
<div ng-show="visible" class="angular-date-range-picker__picker" ng-click="handlePickerClick($event)" ng-class="{'angular-date-range-picker--ranged': showRanged }">

This comment has been minimized.

Copy link
@jcieslar

jcieslar Mar 21, 2014

Contributor

too looong

<div class="angular-date-range-picker__timesheet">
<button ng-click="move(-1, $event)" class="angular-date-range-picker__prev-month">&#9664;</button>
<div bindonce ng-repeat="month in months" class="angular-date-range-picker__month">
Expand Down

0 comments on commit 2cf1f95

Please sign in to comment.