Andrew O'Brien
36447cb2b5
docs(guide/directive): make directive controller minification-safe
...
It is best to emphasize that the "controller" property needs to be min safe
Closes #3125
2013-07-04 00:29:10 +01:00
Anders Hessellund Jensen
3b2c6f09cb
fix($compile): empty normalized href should pass sanitation check
...
Sometimes IE returns an empty string for its normalized href on a tags.
This should pass the sanitation check in $compile.
Closes #2219 , #2593
2013-07-04 00:13:04 +01:00
Joao Sa
63414b9653
fix(jqLite): prepend array in correct order
...
Match jQuery behavior when prepending array into empty element
2013-07-03 20:25:28 +01:00
exex zian
5f24bb0267
docs(tutorial/step9): formatted Unicode character line
...
Add tick and cross mark corresponding to their respective unicodes.
2013-07-02 22:50:52 -07:00
Vojta Jina
52519d45b9
chore(travis): speed up the build
...
- parallelize the tasks
- cache requests (e2e tests)
This reduces the time from ~18min to ~12min.
It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.
2013-07-02 15:12:03 -07:00
Niall Smart
78728df099
docs(guide/location): fix example code - hashPrefix is a method
2013-07-02 10:01:51 +01:00
Vojta Jina
732db27cd6
chore: add karma-script-launcher plugin
...
This plugin is shipped as a default one with Karma. It's specified as a peer dependency.
I assume, there's an old version of NPM on the CI server, which does not support peerDependencies and therefore it didn't get installed.
This will make the dependency explicit.
2013-07-01 10:15:56 -07:00
Itamar Rogel
3cad63fbd8
docs($cacheFactory): show that you can access existing caches
2013-07-01 12:03:10 +01:00
Spencer Applegate
d2be5939dc
docs(Angular.js): explain that toJson strips $... properties
...
In Angular.toJson, any properties with a leading '$' character will be
stripped from the resulting string since angular uses this notation
internally for services. There have been complaints of not knowing
about this functionality until it breaks within their code.
2013-07-01 11:36:17 +01:00
Vojta Jina
9a77d03047
chore: set up Sauce Labs with Travis
...
This should not affect the Jenkins build at all.
Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
browser/platform that Sauce Labs offers.
2013-06-28 16:36:30 -07:00
Vojta Jina
8efcec67cc
chore: clean up angularFiles.js
2013-06-28 16:35:05 -07:00
Vojta Jina
4fbd4bbd8d
chore: update karma to 0.9.4
...
And also add shared config to make karma configs a bit simpler.
2013-06-28 16:30:48 -07:00
Vojta Jina
2fae296cbc
chore: remove jstd leftovers
2013-06-28 16:29:09 -07:00
Igor Minar
cef8466419
docs(misc/faq): remove obsolte t-shirt instructions
2013-06-28 11:27:55 -07:00
Andrew Peterson
083159ebbe
docs(ngBind): clarify some of the writing
2013-06-27 21:20:56 +01:00
Andrew Peterson
32e440cffc
docs(ngPluralize): improve wording
2013-06-27 21:15:33 +01:00
Adam
89c8c93b9a
docs(guide/e2e-testing): clarify description of input(name) selector
...
The description of the input selector made it seem that you were selecting
an input element based upon it's name attribute. In reality, you are
selecting an element by the string in the ng-model attribute.
2013-06-27 20:46:09 +01:00
Pete Bacon Darwin
296074f548
docs(ngMock/$httpBackend): fix testing example
...
Closes #3075
2013-06-27 20:38:15 +01:00
Nelson Blaha
2ccfaffa74
docs(tutorial): add experiment showing reverse sort
2013-06-27 19:36:46 +01:00
Jeffrey Palmer
192672a162
docs(guide/controller): fix an error in the scope inheritance example
...
The chained scope creation example at the bottom of this document was using the childCtrl to create the babyScope, instead of the childScope.
2013-06-25 23:54:33 +01:00
Domenic Denicola
7f4e658d3d
docs(guide/expression): remove reference to NullPointerException
2013-06-25 21:13:56 +01:00
Pete Bacon Darwin
ff57695855
refactor(angular.bootstrap): rename internal function
2013-06-20 15:23:04 +01:00
NimaVaziri
ae8deb1246
docs(cookbook/helloworld): display "World" if no name is entered
2013-06-20 14:40:07 +01:00
Pete Bacon Darwin
b9dcb35e9b
fix(Angular.js): don't crash on invalid query parameters
2013-06-20 14:32:05 +01:00
Caio Cunha
25d9f5a804
fix($http): ensure case-insens. header overriding
...
If user send content-type header, both content-type and default
Content-Type headers were sent. Now default header overriding is
case-insensitive.
2013-06-19 22:43:19 +01:00
sarkasm
1b234cb7af
docs(directive): fix typo
2013-06-19 11:51:18 +01:00
gdi2290
d219442945
docs(tutorial): add missing 'node' command and <code> tags
2013-06-18 22:05:43 +01:00
John Bohn
2b33be47cb
docs(tutorial/step_07): add commas make tutorial read more clearly
2013-06-18 21:57:21 +01:00
Ore Landau
499baced12
docs(loader): fix typo and minor semantic error
2013-06-18 21:23:00 +01:00
Ore Landau
7aa9fecab8
docs(guide/di): fix headings hierarchy
2013-06-13 22:51:11 +01:00
Misha Moroshko
9b6c82d804
docs(select): fix typos in ngOptions
2013-06-13 22:48:03 +01:00
Ore Landau
c3117b7544
docs($q): fix a few issues
2013-06-13 22:42:26 +01:00
Jad Naous
67744384e8
docs(guide/e2e-testing): fix verb tense
2013-06-13 22:37:33 +01:00
Ore Landau
17c401d09a
docs(tutorial/step_05): apply more useful link to services
2013-06-13 21:15:32 +01:00
Dean Sofer
488aea15f4
docs(FormController): add methods for FormController
2013-06-12 21:49:52 +01:00
Dean Peterson
43df853ee3
docs(ngModelController): improve $parsers/$formatters with example
2013-06-12 21:23:16 +01:00
Ore Landau
28d5dcb578
docs(ngClass): fix minor typo.
2013-06-12 20:47:59 +01:00
Pete Bacon Darwin
7eb15c46a2
docs(guide/bootstrap): clarify manual bootstrapping
2013-06-12 20:42:12 +01:00
Pete Bacon Darwin
1fac36e2cb
docs(ngRoute): clarify when gets updated
2013-06-11 22:35:47 +01:00
Pete Bacon Darwin
4b6c87b6e7
docs(ngSubmit): clarify that there must be no action attribute
2013-06-11 21:30:10 +01:00
Igor Minar
ce6c2b2072
chore(docs): fix memory leak in example embed code
...
we need to sever the link between the main root scope and the example
root scope - this is only needed because we are embedding one app
in the other.
2013-06-10 13:10:38 -07:00
Igor Minar
3e94a2c54d
docs(faq): update customink order info
2013-06-10 11:39:26 -07:00
Jared Forsyth
b1e488f5d7
docs(guide/unit-testing): fix typo
2013-06-04 22:28:58 +01:00
Jared Forsyth
03d867160f
docs(guide/injecting_controllers): add a hint in example
...
Add a hint to tell the user that they need to click 3 times before an alert is shown.
2013-06-04 22:25:38 +01:00
Marcin Wosinek
9870e65c5f
docs(ngTransclude): fix outdated scope definition in example
2013-06-04 22:14:15 +01:00
Pete Bacon Darwin
aa839b9ff0
docs(guide/unit-testing): fix controller test example
2013-06-04 22:10:27 +01:00
Robbie Ferrero
fdb66aa237
docs(Angular.js): clarify ngApp usage
2013-06-04 22:01:26 +01:00
Robb Shecter
e0ca5fdd51
docs(angular-mocks): fix typo in example
...
fromJSON() should be fromJson()
2013-06-04 21:54:05 +01:00
Alan Klement
681c1c53e4
docs(sanitize): add @description section
2013-06-04 21:50:38 +01:00
Siddique Hameed
631c4863d8
docs(index): make menu links relative
...
Before the Develop drop down menu items were hard coded with an absolute url,
which meant that they did not work correctly on local or ci server builds.
2013-06-04 21:08:56 +01:00