Adam Bradley
70c42e9e65
docs(): alphabetize left menu
2014-08-11 13:58:15 -05:00
Andrew
977f681818
fix(collectionRepeat): with ngHref, make href attr erase if falsy
...
Fixes #1674
2014-08-11 10:29:32 -04:00
Andrew
5e025fbb01
fix(collectionRepeat): rerender when $ionicScrollDelegate resizes
...
Fixes #1777
2014-08-11 10:23:49 -04:00
Andrew
9a1f3d7e26
style(scrollController): fix jshint semicolon
2014-08-11 10:12:54 -04:00
Andrew
9bfa3bd18b
fix(collectionRepeat): ignore spacing of hidden elements (ion-refresher)
...
Closes #1970
2014-08-11 10:06:31 -04:00
Perry Govier
044fac4d77
fix(popup): only override prompt input if template includes HTML
2014-08-08 15:00:19 -05:00
Perry Govier
c336e8ede8
fix(refresher): finish animating before changing icon, hide when not in use
2014-08-07 17:54:30 -05:00
Adam Bradley
8cf540e54c
style(): missing semi-colon
2014-08-07 12:24:24 -05:00
Adam Bradley
944d2595af
fix(sideMenu): fix stopping content scrolling
...
When a list was within a side menu it could scroll up and down, but if
the user happened to drag a little bit on the X axis, then it would try
to open the side menu and the Y scroll of the content stopped. Closes
#1541
2014-08-07 12:22:28 -05:00
mhartington
e5b5906cb7
feat(scroll-content): add 1px padding-top
2014-08-07 11:38:57 -04:00
Adam Bradley
abf77a1cf0
style(): spaces man, spaces
2014-08-06 20:37:03 -05:00
Andrew
540da27023
chore(): make site deploy tasks update both master & gh-pages
2014-08-06 16:19:09 -06:00
Andrew Joslin
6207aac9b4
Update CHANGELOG.md
2014-08-06 16:02:13 -06:00
Andrew Joslin
50c0202c0f
Update CODENAMES
2014-08-06 16:00:43 -06:00
Andrew Joslin
e0f14422f6
Update CHANGELOG.md
2014-08-06 15:52:45 -06:00
Ionitron
2a515f29d5
release: v1.0.0-beta.11 "indium-iguana"
v1.0.0-beta.11
2014-08-06 21:49:25 +00:00
Andrew
3e1901d5b9
chore(pre-release): v1.0.1-beta.11
2014-08-06 15:43:26 -06:00
Andrew
48c7b49421
chore(release-discourse-task): update old test code
2014-08-06 15:31:15 -06:00
Andrew
4fa1df3fec
chore(release): add release-discourse, release-github tasks
2014-08-06 14:53:09 -06:00
Andrew
50ee67763d
chore(release): make discourse task work
2014-08-06 14:40:33 -06:00
Andrew
d3ed66e0cd
fix(actionSheet): run $apply when closing actionSheet with back button
2014-08-06 14:34:33 -06:00
Adam Bradley
94a06dbdc2
style(): fix missing semi-colon
2014-08-06 15:27:13 -05:00
Adam Bradley
f246c5aa20
fix(sideMenu): remove .menu-open on destroy
...
If a menu was opened when navigating to a different view, it is
possible that the `menu-open` class was left on the body tag, which
disables the elements on the next side menu view. On side menu destroy,
ensure menu-open was removed from the body class.
2014-08-06 15:24:31 -05:00
Adam Bradley
44fee26436
docs(menuClose): improve menuClose docs
2014-08-06 14:38:50 -05:00
Andrew
1c27df3925
chore(): update deploy scripts
2014-08-06 12:48:11 -06:00
Andrew
f2de061a08
chore(): update deploy script
2014-08-06 12:23:21 -06:00
Andrew
df3477f131
chore(): update docs deploy scripts
2014-08-06 12:17:36 -06:00
Andrew
41a2124d45
test(): fix phantomjs test problems for CircleCI
2014-08-06 12:10:34 -06:00
Andrew
7ddb57e60b
feat(collectionRepeat): other children of ion-content element fit in
...
Closes #1920 . Closes #1866 . Closes #1380 .
2014-08-06 10:32:40 -06:00
Adam Bradley
c0b6426625
Merge pull request #1885 from jibidus/fixHtmlValidation
...
chore(): fix demos HTML validation
2014-08-06 08:42:31 -05:00
Adam Bradley
6fbd1a4306
fix(toggle): fix toggle-class attribute
...
Closes #1851
2014-08-06 08:40:57 -05:00
Perry Govier
93d586dea4
fix(tabs): vertically center text and icons on tabs-icon-left/right fixes #1827
2014-08-05 17:14:07 -05:00
Perry Govier
53c437e205
fix(ionRadio): fix ng-change being reported before model changes
...
Closes #1741
BREAKING CHANGE:
ion-radio no longer has an isolate scope.
This will break your radio only if you were relying upon the radio having an isolate scope: if you were referencing `$parent.value` as
the ng-disabled attribute, for example.
Change your code from this:
<ion-radio ng-disabled="{{$parent.isDisabled}}"></ion-radio>
To this:
<ion-radio ng-disabled="{{isDisabled}}"></ion-radio>
2014-08-05 16:42:10 -05:00
Adam Bradley
49a295638d
refactor(popup): do not default to focus on first input
...
Instead of finding a popup element’s first input and focusing on it by
default, only look for the first input with the `autofocus` attribute
added.
2014-08-05 13:58:00 -05:00
Andrew
d4b9ed44fa
chore(): remove ionic animation, add collide dependency
2014-08-05 11:56:46 -06:00
Adam Bradley
d85814b1e6
update to use $timeout w/ invokeApply=false
2014-08-05 11:31:06 -05:00
Perry Govier
ae87c66b12
fix(popup): backdrop release fires with every close
2014-08-05 11:16:46 -05:00
Adam Bradley
7faeeda099
fix(backdrop): disable tap longer after backdrop close
...
To prevent unwanted clicks from happening, such as an input getting
focus after clicking “OK” on a popup, keep the backdrop visible for a
longer period of time. The simulated click is what closes the popup’s
backdrop, but the native click will still happen 300ms later, which may
cause another input to receive focus. Closes #1536
2014-08-05 11:01:33 -05:00
Adam Bradley
06086ee9ae
fix(header): buttons do not align in Android 4.4
...
Closes #1614
2014-08-05 10:23:23 -05:00
Max Lynch
64641b1be0
fix(viewService): No error on clearHistory for empty history
2014-08-04 14:17:54 -05:00
Adam Bradley
5b99fd6891
fix android popover background
2014-08-04 12:08:56 -05:00
Adam Bradley
623a9c6313
fix $ionicPopover ref
2014-08-04 09:00:44 -05:00
Andrew
b6b0447030
chore(): fix deploy script
2014-08-03 20:07:29 -06:00
Andrew
0edac30cec
chore(): disable site deploy tasks temporarily
2014-07-31 15:31:33 -06:00
Andrew
f0a3e28d23
chore(): install jekyll
2014-07-31 15:28:29 -06:00
Andrew
efc5b31540
chore(): update scripts for site
2014-07-31 15:22:31 -06:00
Adam Bradley
42b0b63a28
docs(popover): $ionicPopover / ionicPopover
2014-07-31 16:09:42 -05:00
Adam Bradley
c1215aa300
feat(popover): created popovers
2014-07-31 14:43:29 -05:00
Perry Govier
ddda809b57
feat(tabs): Expand striped android style tab functionality. Closes 1694
2014-07-30 15:52:53 -05:00
Max Lynch
848c78d10d
docs(scroll): Better demo and usage
2014-07-30 13:47:49 -05:00