1848 Commits

Author SHA1 Message Date
be6cee3f84 demos: Platform does not exist in current demo version 2015-10-16 13:00:13 -05:00
7a2ab2b6c4 chore(): rename IonicForm to Form 2015-10-16 12:03:11 -05:00
bb3b20727c chore(): rename IonicKeyboard to Keyboard 2015-10-16 12:00:46 -05:00
edd082bcd8 demos(popups): remove duplicate ion-overlay 2015-10-16 12:02:51 -05:00
1e699ec5ba chore(): rename IonicPlatform to Platform 2015-10-16 11:58:46 -05:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
3037c369c4 feat(preloadTabs): preload tab roots by default 2015-10-16 11:18:10 -05:00
550bc8655b demos(actionSheet): remove hairline in md version 2015-10-16 11:20:25 -05:00
11d0090dd6 docs(demos): update buttons demo 2015-10-16 11:20:25 -05:00
90fa15d850 fix(transitions): prevent black flicker 2015-10-16 10:44:58 -05:00
79e881232c update to angular 2.0.0-alpha.44 2015-10-16 09:07:59 -05:00
d9e19d38ff fix(sticky-headers): add feature detection
Closes #290
2015-10-15 23:24:37 -05:00
d3a40aedf3 fix(dom): remove use of element.prop()
Closes #288
2015-10-15 22:13:57 -05:00
52aa0548e7 fix(item): sliding items works with mouse. Fixes #286 2015-10-15 16:11:50 -05:00
970abdf08c fix(item-sliding): item-left/item-right ng-contents
Closes #287
2015-10-15 15:08:00 -05:00
dd15279227 chore(): remove Ionic's HTTP service 2015-10-15 14:31:37 -05:00
75e71de22b fix(item-sliding): runOutsideAngular
Closes #277
2015-10-15 12:21:03 -05:00
8a5778661b chore(): zone.runOutsideAngular 2015-10-15 10:29:20 -05:00
f2ad705cdd refactor(segment): fixed height of MD segment so the border lines up with the toolbar
references #283
2015-10-14 16:13:57 -04:00
94c93d7468 refactor(segment): added MD styling to copy tabs, minus the animations
references #283
2015-10-14 12:30:54 -04:00
a0b8f6f537 update to alpha42 2015-10-14 10:08:26 -05:00
b59e30329c refactor(item): removing unused sass variable 2015-10-13 19:19:24 -04:00
0235f25e9c docs(popup): updated popup docs and README for building demos 2015-10-13 18:36:49 -04:00
9ef7416c26 fix(demos): tweak debounce default 2015-10-13 14:32:55 -05:00
c9f0c08de2 fix(demos): debounce setRoot call 2015-10-13 13:46:37 -05:00
7bddb6df88 docs(demos): update card demo 2015-10-13 13:34:54 -05:00
3f2888d2a2 Merge branch 'master' of github.com:driftyco/ionic2 2015-10-13 11:57:00 -06:00
bb49c9f114 Updating search-bar basic demo to show the detectchanges from angular firing 1000's of times 2015-10-13 11:56:53 -06:00
ed303a3aa7 fix(item-sliding): changed display on ion-items-option to remove space between options
added some danger buttons to make sure the space stays removed
2015-10-13 10:58:13 -04:00
0ca3ec6555 fix(backbone): iOS back button fade in on back direction 2015-10-12 21:54:31 -05:00
146e77bab3 fix(search-bar): removed the dependency on passing a value for each query
references #247
2015-10-12 18:29:45 -04:00
d02651fb9a Merge branch 'master' of github.com:driftyco/ionic2 2015-10-12 16:23:41 -06:00
2debff1853 Fix(search-bar): Update search model to bind its query value to the textbox via two way data binding. On input text change or the clear button, call writeValue explicitly. Update demo to show this, also do not pass in undefined values 2015-10-12 16:23:31 -06:00
aa0925003d docs(demos): basic form examples 2015-10-12 15:24:49 -05:00
c946d407db docs(demos): form section outline 2015-10-12 15:24:49 -05:00
33ac1cc13b SearchBar 2015-10-12 14:56:40 -05:00
4758b9ae30 Add ngModel to switch demo 2015-10-12 14:51:12 -05:00
b824883ade fix(search-bar): error with inputs 2015-10-12 15:03:39 -04:00
3917c38e27 refactor(search-bar): removed dependency on ngControl and forms
Changed clear div to a button, using ngModel now being passed in by the
user, only showing clear button when input has more than one char.
2015-10-12 12:47:24 -04:00
ffc5a5e2ce refactor(Tabs): Tabs no longer extends NavController 2015-10-11 22:44:18 -05:00
8115f8d340 update MD transitions 2015-10-11 13:23:41 -05:00
61bd51367a improve iOS transitions/reduce dom updates 2015-10-11 12:47:39 -05:00
6c44ae6246 update animations 2015-10-10 23:52:01 -05:00
02cccbf47e Merge pull request #271 from driftyco/bundle-demos
Bundle demos
2015-10-10 17:16:07 -05:00
fa2ae9cd93 rename(sections): .navbar-container now ion-navbar-section 2015-10-10 17:14:03 -05:00
039ecac2ae fix(input): keyboard focus/scrolling/tabbing 2015-10-10 16:28:37 -05:00
2370524818 remove demos from build task 2015-10-09 22:49:30 -05:00
aa816a9072 bundle demos with CJS 2015-10-09 22:45:46 -05:00
5f283cc045 fix(docs): don't filter out api index page 2015-10-09 20:50:06 -05:00
551d1998f3 Add directive info to directive docs
Directive doc objects have a directiveInfo property that has two
properties: doc.directiveInfo.type and doc.directiveInfo.properties.

type: 'Component' or 'Directive'

properties: array of objects in the format { name, values }, where name
is either 'selector', 'inputs', or 'outputs' and values is an array of
strings.

Ex: {
      type: 'Component',
      properties: [
        {
          name: 'selector',
          values: ['button', '[button]']
        },
        {
          name: 'inputs',
          values: ['icon', 'color']
        }
      ]
    }
2015-10-09 20:50:06 -05:00